mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 22:57:50 -03:00
Imported test cases from pygments
This commit is contained in:
17
tests/c/test_preproc_file2.txt
Normal file
17
tests/c/test_preproc_file2.txt
Normal file
@ -0,0 +1,17 @@
|
||||
---input---
|
||||
#include "foo.h"
|
||||
# include "foo.h"
|
||||
|
||||
---tokens---
|
||||
'#' Comment.Preproc
|
||||
'include' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'"foo.h"' Comment.PreprocFile
|
||||
'\n' Comment.Preproc
|
||||
|
||||
'#' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'include' Comment.Preproc
|
||||
' ' Text.Whitespace
|
||||
'"foo.h"' Comment.PreprocFile
|
||||
'\n' Comment.Preproc
|
Reference in New Issue
Block a user