diff options
Diffstat (limited to 'test-suite/tests/valid/raw-multiline-string.milf')
-rw-r--r-- | test-suite/tests/valid/raw-multiline-string.milf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/tests/valid/raw-multiline-string.milf b/test-suite/tests/valid/raw-multiline-string.milf new file mode 100644 index 0000000..8094c03 --- /dev/null +++ b/test-suite/tests/valid/raw-multiline-string.milf @@ -0,0 +1,9 @@ +oneline = '''This string has a ' quote character.''' +firstnl = ''' +This string has a ' quote character.''' +multiline = ''' +This string +has ' a quote character +and more than +one newline +in it.''' |