summaryrefslogtreecommitdiffstats
path: root/tests/snippets/apacheconf/test_multi_include_globs.txt
blob: abf5bb0445728e58e41b166265e8089e2f4942dc (plain)
1
2
3
4
5
6
7
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