diff options
| author | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-01 20:23:31 +0100 |
|---|---|---|
| committer | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-06 18:21:32 +0100 |
| commit | 0660dfd627879f46e5077417641bf646aa298111 (patch) | |
| tree | 1d5a3ae844085672f6f2f1d81c7c7ac8801723f2 /tests/examplefiles/html/example.xhtml.output | |
| parent | 88efc38bed60006222b3f1c11aca33fc2c07af18 (diff) | |
| download | pygments-git-0660dfd627879f46e5077417641bf646aa298111.tar.gz | |
Modernize Whitespace token in lexer javascript
Diffstat (limited to 'tests/examplefiles/html/example.xhtml.output')
| -rw-r--r-- | tests/examplefiles/html/example.xhtml.output | 55 |
1 files changed, 26 insertions, 29 deletions
diff --git a/tests/examplefiles/html/example.xhtml.output b/tests/examplefiles/html/example.xhtml.output index 90979e44..b3f22cd5 100644 --- a/tests/examplefiles/html/example.xhtml.output +++ b/tests/examplefiles/html/example.xhtml.output @@ -18,76 +18,73 @@ '"text/javascript"' Literal.String '>' Punctuation '' Text -'\n ' Text -'// <!--\n' Comment.Single - -' ' Text +'\n ' Text.Whitespace +'// <!--' Comment.Single +'\n ' Text.Whitespace 'function' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'toggleVisible' Name.Other '(' Punctuation 'element' Name.Other ')' Punctuation -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'if' Keyword -' ' Text +' ' Text.Whitespace '(' Punctuation 'element' Name.Other '.' Punctuation 'style' Name.Other '.' Punctuation 'display' Name.Other -' ' Text +' ' Text.Whitespace '==' Operator -' ' Text +' ' Text.Whitespace "'block'" Literal.String.Single ')' Punctuation -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'element' Name.Other '.' Punctuation 'style' Name.Other '.' Punctuation 'display' Name.Other -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace "'none'" Literal.String.Single ';' Punctuation -'\n ' Text +'\n ' Text.Whitespace '}' Punctuation -' ' Text +' ' Text.Whitespace 'else' Keyword -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'element' Name.Other '.' Punctuation 'style' Name.Other '.' Punctuation 'display' Name.Other -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace "'block'" Literal.String.Single ';' Punctuation -'\n ' Text +'\n ' Text.Whitespace '}' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'return' Keyword -' ' Text +' ' Text.Whitespace 'false' Keyword.Constant ';' Punctuation -' \n ' Text +' \n ' Text.Whitespace '}' Punctuation -' \n ' Text -'// -->\n' Comment.Single - -'' Text -' ' Text +' \n ' Text.Whitespace +'// -->' Comment.Single +'\n ' Text.Whitespace '<' Punctuation '/' Punctuation 'script' Name.Tag |
