summaryrefslogtreecommitdiffstats
path: root/tests/snippets/usd/test_outer_match_single.txt
blob: 773da1302b91dc91b5835bd4030b1b6918a495b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---input---
'firststring' something else 'secondstring'

---tokens---
"'firststring'" Literal.String
' '           Text.Whitespace
'something'   Text
' '           Text.Whitespace
'else'        Text
' '           Text.Whitespace
"'secondstring'" Literal.String
'\n'          Text.Whitespace