generated from ElnuDev/rust-project
Add single quote strings, quote escaping
This commit is contained in:
parent
8faf2eb636
commit
a518097ff0
3 changed files with 24 additions and 6 deletions
|
@ -5,6 +5,8 @@ what the heck
|
|||
"this is a string over
|
||||
multiple lines"
|
||||
"this is \"escaped\""
|
||||
'this is a single quote string'
|
||||
'this also has escaped \'quotes\''
|
||||
this is cool # comment
|
||||
|
||||
huh
|
Loading…
Add table
Add a link
Reference in a new issue