mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
11 lines
211 B
Plaintext
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
|