generated from ElnuDev/rust-project
Multiline arrays, better debugging
This commit is contained in:
parent
3794a1d607
commit
5442a8fc87
3 changed files with 21 additions and 29 deletions
|
@ -8,6 +8,13 @@ multiple lines"
|
|||
'this is a single quote string'
|
||||
'this also has escaped \'quotes\''
|
||||
this is cool # comment
|
||||
[ "this", "is", "an", "array" ]
|
||||
any empty array []
|
||||
[
|
||||
"this", # test
|
||||
"is",
|
||||
"an",
|
||||
"array"
|
||||
]
|
||||
["this","is","an","array"]
|
||||
|
||||
huh
|
Loading…
Add table
Add a link
Reference in a new issue