mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
[language] allow multiline strings
This commit is contained in:
parent
eaadb4ace6
commit
a702f250f9
13 changed files with 38 additions and 39 deletions
|
|
@ -4,10 +4,9 @@
|
|||
--- text ---
|
||||
| {}"quote " {}"\"" {}"" |
|
||||
--- text ---
|
||||
| {}"other codes " {}"\
|
||||
" {}" " {}"\\" {}" " {}"\9" {}" " {}"{" {}"braces}" |
|
||||
| {}"other codes " {}"\n" {}" " {}"\" {}" " {}"\t" {}" " {}"{" {}"braces}" |
|
||||
--- text ---
|
||||
| {}"" {}"escaping expressions abc and {stuff} \\ and quotes \"" {}"" |
|
||||
| {}"" {}"escaping expressions abc and {stuff} \ and quotes \"" {}"" |
|
||||
--- return ---
|
||||
()
|
||||
--# saved #--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue