summaryrefslogtreecommitdiff
path: root/tests/snippets/apacheconf/test_include_globs.txt
blob: 495242e210f4276ca66a5db2c26d170ef214048b (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