mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-28 11:00:59 -03:00
Imported test cases from pygments
This commit is contained in:
26
tests/csound/test_other_preprocessor_directives.txt
Normal file
26
tests/csound/test_other_preprocessor_directives.txt
Normal file
@ -0,0 +1,26 @@
|
||||
---input---
|
||||
#else
|
||||
#end
|
||||
#endif
|
||||
###
|
||||
@ 12345
|
||||
@@ 67890
|
||||
|
||||
---tokens---
|
||||
'#else' Comment.Preproc
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'#end' Comment.Preproc
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'#endif' Comment.Preproc
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'###' Comment.Preproc
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'@ \t12345' Comment.Preproc
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'@@ \t67890' Comment.Preproc
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user