mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-28 19:09:32 -03:00
Imported test cases from pygments
This commit is contained in:
20
tests/csound/test_macro_preprocessor_directives.txt
Normal file
20
tests/csound/test_macro_preprocessor_directives.txt
Normal file
@ -0,0 +1,20 @@
|
||||
---input---
|
||||
#ifdef MACRO
|
||||
#ifndef MACRO
|
||||
#undef MACRO
|
||||
|
||||
---tokens---
|
||||
'#ifdef' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'MACRO' Comment.Preproc
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'#ifndef' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'MACRO' Comment.Preproc
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'#undef' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'MACRO' Comment.Preproc
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user