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:
17
tests/c/test_preproc_file.txt
Normal file
17
tests/c/test_preproc_file.txt
Normal file
@ -0,0 +1,17 @@
|
||||
---input---
|
||||
#include <foo>
|
||||
# include <foo>
|
||||
|
||||
---tokens---
|
||||
'#' Comment.Preproc
|
||||
'include' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'<foo>' Comment.PreprocFile
|
||||
'\n' Comment.Preproc
|
||||
|
||||
'#' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'include' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'<foo>' Comment.PreprocFile
|
||||
'\n' Comment.Preproc
|
Reference in New Issue
Block a user