summaryrefslogtreecommitdiffstats
path: root/tests/snippets/apacheconf/test_directive_no_args.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/apacheconf/test_directive_no_args.txt')
-rw-r--r--tests/snippets/apacheconf/test_directive_no_args.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/snippets/apacheconf/test_directive_no_args.txt b/tests/snippets/apacheconf/test_directive_no_args.txt
new file mode 100644
index 0000000..a2f3354
--- /dev/null
+++ b/tests/snippets/apacheconf/test_directive_no_args.txt
@@ -0,0 +1,12 @@
+---input---
+Example
+ServerName localhost
+
+---tokens---
+'Example' Name.Builtin
+'\n' Text.Whitespace
+
+'ServerName' Name.Builtin
+' ' Text.Whitespace
+'localhost' Text
+'\n' Text.Whitespace