summaryrefslogtreecommitdiffstats
path: root/tests/snippets/c/test_preproc_file2.txt
blob: 5d6ef3b98d40cc3366ca5652ee3973481de772c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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