diff options
Diffstat (limited to 'Doc/ref2.tex')
-rw-r--r-- | Doc/ref2.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ref2.tex b/Doc/ref2.tex index 2757ab1..9ccfee6 100644 --- a/Doc/ref2.tex +++ b/Doc/ref2.tex @@ -207,6 +207,7 @@ stringliteral: shortstring | longstring shortstring: "'" shortstringitem* "'" | '"' shortstringitem* '"' longstring: "'''" longstringitem* "'''" | '"""' longstringitem* '"""' shortstringitem: shortstringchar | escapeseq +longstringitem: longstringchar | escapeseq shortstringchar: <any ASCII character except "\" or newline or the quote> longstringchar: <any ASCII character except "\"> escapeseq: "\" <any ASCII character> |