tartrazine/spec/tests/c/test_preproc_file3.txt

19 lines
410 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
Space around line break before macro is valid C, but failed to parse previously.
---input---
foo();
#define FOO 0
---tokens---
'foo' Name
'(' Punctuation
')' Punctuation
';' Punctuation
' ' Text.Whitespace
'\n' Text.Whitespace
' ' Text.Whitespace
'#' Comment.Preproc
'define FOO 0' Comment.Preproc
'\n' Comment.Preproc