diff options
Diffstat (limited to 'tests/examplefiles/cpp/functions.cpp.output')
-rw-r--r-- | tests/examplefiles/cpp/functions.cpp.output | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/examplefiles/cpp/functions.cpp.output b/tests/examplefiles/cpp/functions.cpp.output index 64ab8fb7..619b3fdd 100644 --- a/tests/examplefiles/cpp/functions.cpp.output +++ b/tests/examplefiles/cpp/functions.cpp.output @@ -1091,6 +1091,30 @@ '\n' Text.Whitespace +'unsigned' Keyword.Type +' ' Text.Whitespace +'int' Keyword.Type +' ' Text.Whitespace +'contains' Name.Function +'(' Punctuation +')' Punctuation +' ' Text.Whitespace +'{' Punctuation +'}' Punctuation +'\n' Text.Whitespace + +'unsigned' Keyword.Type +' ' Text.Whitespace +'int' Keyword.Type +' ' Text.Whitespace +'contains' Name.Function +'(' Punctuation +')' Punctuation +';' Punctuation +'\n' Text.Whitespace + +'\n' Text.Whitespace + '// Names with namespaces\n' Comment.Single '\n' Text.Whitespace |