mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
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:
@ -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(
|
||||
|
Reference in New Issue
Block a user