summaryrefslogtreecommitdiff
path: root/tests/snippets/csound/test_include_directives.txt
blob: b90f300c72c3d7255c70fc179a53da5f177be93d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---input---
#include/**/"file.udo"
#include/**/|file.udo|

---tokens---
'#include'    Comment.Preproc
'/**/'        Comment.Multiline
'"file.udo"'  Literal.String
'\n'          Text.Whitespace

'#include'    Comment.Preproc
'/**/'        Comment.Multiline
'|file.udo|'  Literal.String
'\n'          Text.Whitespace