diff options
Diffstat (limited to 'tests/snippets/apacheconf/test_include_globs.txt')
-rw-r--r-- | tests/snippets/apacheconf/test_include_globs.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/snippets/apacheconf/test_include_globs.txt b/tests/snippets/apacheconf/test_include_globs.txt new file mode 100644 index 0000000..495242e --- /dev/null +++ b/tests/snippets/apacheconf/test_include_globs.txt @@ -0,0 +1,8 @@ +---input--- +Include /etc/httpd/conf.d/*.conf + +---tokens--- +'Include' Name.Builtin +' ' Text.Whitespace +'/etc/httpd/conf.d/*.conf' Literal.String.Other +'\n' Text.Whitespace |