diff options
Diffstat (limited to 'tests/examplefiles/javascript+mozpreproc')
| -rw-r--r-- | tests/examplefiles/javascript+mozpreproc/demo.js.in.output | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/examplefiles/javascript+mozpreproc/demo.js.in.output b/tests/examplefiles/javascript+mozpreproc/demo.js.in.output index 06ca3718..30c2a3e4 100644 --- a/tests/examplefiles/javascript+mozpreproc/demo.js.in.output +++ b/tests/examplefiles/javascript+mozpreproc/demo.js.in.output @@ -5,7 +5,7 @@ '=' Operator ' ' Text.Whitespace '{' Punctuation -'\n' Text +'\n' Text.Whitespace '#' Comment.Preproc 'if' Comment.Preproc @@ -21,16 +21,16 @@ ':' Operator ' ' Text.Whitespace "'value'" Literal.String.Single -'\n' Text +'\n' Text.Whitespace '#' Comment.Preproc 'endif' Comment.Preproc '\n' Text '}' Punctuation -'\n' Text +'\n' Text.Whitespace '#' Comment.Preproc 'literal' Comment.Preproc ' #foo' Text -'\n' Text +'\n' Text.Whitespace |
