summaryrefslogtreecommitdiffstats
path: root/tests/snippets/gdscript/test_multiline_string.txt
blob: b098207d8a170e4ecf7bef39c9e7aabddfd34471 (plain)
1
2
3
4
5
6
7
8
---input---
"""
Multiline
"""

---tokens---
'"""\nMultiline\n"""' Literal.String.Doc
'\n'          Text.Whitespace