tartrazine/tests/csound/test_include_directives.txt

15 lines
315 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---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