mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
34 lines
514 B
Plaintext
34 lines
514 B
Plaintext
|
{
|
||
|
unquoted_key: test
|
||
|
_unquoted: test
|
||
|
test-key: test
|
||
|
-test: test
|
||
|
.key: test
|
||
|
trailing: test
|
||
|
trailing2: test
|
||
|
"#c1": test
|
||
|
"foo#bar": test
|
||
|
"//bar": test
|
||
|
"foo//bar": test
|
||
|
"/*foo*/": test
|
||
|
"foo/*foo*/bar": test
|
||
|
"/*": test
|
||
|
"foo/*bar": test
|
||
|
"\"": test
|
||
|
"foo\"bar": test
|
||
|
"'''": test
|
||
|
"foo'''bar": test
|
||
|
":": test
|
||
|
"foo:bar": test
|
||
|
"{": test
|
||
|
"foo{bar": test
|
||
|
"}": test
|
||
|
"foo}bar": test
|
||
|
"[": test
|
||
|
"foo[bar": test
|
||
|
"]": test
|
||
|
"foo]bar": test
|
||
|
nl1: test
|
||
|
nl2: test
|
||
|
nl3: test
|
||
|
}
|