blob: 481a416bbfd8300e6f15db16ea9708af9163863f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
|