tartrazine/spec/unsupported_lexers/usd/test_string_multiple_line.txt

21 lines
339 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
"""
Some text multiline
"""
"""Some text multiline
"""
"""
Some text multiline"""
---tokens---
'"""\nSome text multiline\n"""' Literal.String
'\n\n' Text.Whitespace
'"""Some text multiline\n"""' Literal.String
'\n\n' Text.Whitespace
'"""\nSome text multiline"""' Literal.String
'\n' Text.Whitespace