tartrazine/tests/usd/test_string_priority.txt

11 lines
211 B
Plaintext

# Make sure that no other rules override a string match.
---input---
"""
custom int[] foo = [8, 10, 14]
"""
---tokens---
'"""\ncustom int[] foo = [8, 10, 14]\n"""' Literal.String
'\n' Text.Whitespace