Cratification: move some str case commands to nu-cmd-extra (#9926)

I am moving the following str case commands to nu-cmd-extra (as
discussed in the core team meeting the other day)

* camel-case
* kebab-case
* pascal-case
* screaming-snake-case
* snake-case
* title-case
This commit is contained in:
Michael Angerman
2023-08-06 06:40:44 -07:00
committed by GitHub
parent 066790552a
commit 58f98a4260
17 changed files with 145 additions and 27 deletions

View File

@ -97,6 +97,7 @@ fn upcases() {
}
#[test]
#[ignore = "Playgrounds are not supported in nu-cmd-extra"]
fn camelcases() {
Playground::setup("str_test_3", |dirs, sandbox| {
sandbox.with_files(vec![FileWithContent(