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:
30
tests/csound/test_object_like_macro_definitions.txt
Normal file
30
tests/csound/test_object_like_macro_definitions.txt
Normal file
@ -0,0 +1,30 @@
|
||||
---input---
|
||||
# define MACRO#macro_body#
|
||||
#define/**/
|
||||
MACRO/**/
|
||||
#\#macro
|
||||
body\##
|
||||
|
||||
---tokens---
|
||||
'# \tdefine' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'MACRO' Comment.Preproc
|
||||
'#' Punctuation
|
||||
'macro_body' Comment.Preproc
|
||||
'#' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'#define' Comment.Preproc
|
||||
'/**/' Comment.Multiline
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'MACRO' Comment.Preproc
|
||||
'/**/' Comment.Multiline
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'#' Punctuation
|
||||
'\\#' Comment.Preproc
|
||||
'macro\nbody' Comment.Preproc
|
||||
'\\#' Comment.Preproc
|
||||
'#' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user