diff options
| author | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-06 17:52:33 +0100 |
|---|---|---|
| committer | Sebastian Engel <dev@sebastianengel.eu> | 2022-01-06 18:34:29 +0100 |
| commit | 68c1dce3c425e46363600db730ea7adb4246fbfa (patch) | |
| tree | 8e0f6e5c9f69eca467a4813a3846482544e26034 /tests/examplefiles/jsp | |
| parent | a447ca5c793159deade19e103c451631951f2fe1 (diff) | |
| download | pygments-git-68c1dce3c425e46363600db730ea7adb4246fbfa.tar.gz | |
Whitespace token for jvm lexer
Diffstat (limited to 'tests/examplefiles/jsp')
| -rw-r--r-- | tests/examplefiles/jsp/test.jsp.output | 118 |
1 files changed, 59 insertions, 59 deletions
diff --git a/tests/examplefiles/jsp/test.jsp.output b/tests/examplefiles/jsp/test.jsp.output index 6b2fb003..1d0cdd62 100644 --- a/tests/examplefiles/jsp/test.jsp.output +++ b/tests/examplefiles/jsp/test.jsp.output @@ -1,9 +1,9 @@ '<!-- This page was loaded on ' Comment.Multiline '<%=' Keyword -' ' Text +' ' Text.Whitespace '(' Punctuation 'new' Keyword -' ' Text +' ' Text.Whitespace 'java' Name '.' Punctuation 'util' Name.Attribute @@ -16,92 +16,92 @@ 'toLocaleString' Name.Attribute '(' Punctuation ')' Punctuation -' ' Text +' ' Text.Whitespace '%>' Keyword ' -->' Comment.Multiline '\n' Text '<%=' Keyword -' ' Text +' ' Text.Whitespace 'var' Keyword.Declaration -' ' Text +' ' Text.Whitespace 'x' Name -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace '1' Literal.Number.Integer ';' Punctuation -'\n' Text +'\n' Text.Whitespace '%>' Keyword '\n' Text '<%!' Keyword -' ' Text +' ' Text.Whitespace 'int' Keyword.Type -' ' Text +' ' Text.Whitespace 'i' Name -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace '0' Literal.Number.Integer ';' Punctuation -' ' Text +' ' Text.Whitespace '%>' Keyword '\n' Text '<%!' Keyword -' ' Text +' ' Text.Whitespace 'int' Keyword.Type -' ' Text +' ' Text.Whitespace 'a' Name ',' Punctuation -' ' Text +' ' Text.Whitespace 'b' Name ',' Punctuation -' ' Text +' ' Text.Whitespace 'c' Name ';' Punctuation -' ' Text +' ' Text.Whitespace '%>' Keyword '\n' Text '<%!' Keyword -' ' Text +' ' Text.Whitespace 'Circle' Name -' ' Text +' ' Text.Whitespace 'a' Name -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace 'new' Keyword -' ' Text +' ' Text.Whitespace 'Circle' Name '(' Punctuation '2.0' Literal.Number.Float ')' Punctuation ';' Punctuation -' ' Text +' ' Text.Whitespace '%>' Keyword '\n\n' Text '<%' Keyword -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'String' Name -' ' Text +' ' Text.Whitespace 'name' Name -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace 'null' Keyword.Constant ';' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'if' Keyword -' ' Text +' ' Text.Whitespace '(' Punctuation 'request' Name '.' Punctuation @@ -111,44 +111,44 @@ 'name' Literal.String '"' Literal.String ')' Punctuation -' ' Text +' ' Text.Whitespace '=' Operator '=' Operator -' ' Text +' ' Text.Whitespace 'null' Keyword.Constant ')' Punctuation -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n' Text +'\n' Text.Whitespace '%>' Keyword '\n' Text '<%@' Keyword -' ' Text +' ' Text.Whitespace 'include' Name -' ' Text +' ' Text.Whitespace 'file' Name '=' Operator '"' Literal.String 'error.html' Literal.String '"' Literal.String -' ' Text +' ' Text.Whitespace '%>' Keyword '\n' Text '<%' Keyword -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace '}' Punctuation -' ' Text +' ' Text.Whitespace 'else' Keyword -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'foo' Name '.' Punctuation 'setName' Name.Attribute @@ -163,11 +163,11 @@ ')' Punctuation ')' Punctuation ';' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'if' Keyword -' ' Text +' ' Text.Whitespace '(' Punctuation 'foo' Name '.' Punctuation @@ -182,37 +182,37 @@ '"' Literal.String ')' Punctuation ')' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'name' Name -' ' Text +' ' Text.Whitespace '=' Operator -' ' Text +' ' Text.Whitespace '"' Literal.String 'acura' Literal.String '"' Literal.String ';' Punctuation -'\n' Text +'\n' Text.Whitespace -' ' Text +' ' Text.Whitespace 'if' Keyword -' ' Text +' ' Text.Whitespace '(' Punctuation 'name' Name '.' Punctuation 'equalsIgnoreCase' Name.Attribute '(' Punctuation -' ' Text +' ' Text.Whitespace '"' Literal.String 'acura' Literal.String '"' Literal.String -' ' Text +' ' Text.Whitespace ')' Punctuation ')' Punctuation -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n' Text +'\n' Text.Whitespace '%>' Keyword '\n\n' Text |
