summaryrefslogtreecommitdiffstats
path: root/tests/snippets/usd/test_outer_match_single.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/usd/test_outer_match_single.txt')
-rw-r--r--tests/snippets/usd/test_outer_match_single.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/snippets/usd/test_outer_match_single.txt b/tests/snippets/usd/test_outer_match_single.txt
new file mode 100644
index 0000000..773da13
--- /dev/null
+++ b/tests/snippets/usd/test_outer_match_single.txt
@@ -0,0 +1,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