diff options
| author | Sebastian Engel <dev@sebastianengel.eu> | 2021-10-23 13:04:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-23 13:04:56 +0200 |
| commit | 7c358cd5e6a818c6837e6626d5e652135e4ebc71 (patch) | |
| tree | dc58e2191f539be2abc326acad6d5d291d402899 /tests/examplefiles/css/test.css.output | |
| parent | 95ee5f64d6a7611772bd85aed70796d423b37a01 (diff) | |
| download | pygments-git-7c358cd5e6a818c6837e6626d5e652135e4ebc71.tar.gz | |
Whitespace token modernization - [bc] lexers - regarding #1905 (#1923)
* Modernize Whitespace token: basic lexer
* Modernize Whitespace token: bibtex lexer
* Modernize Whitespace token: boa lexer
* Modernize Whitespace token: capnproto lexer + new example
* Modernize Whitespace token: cddl lexer
* Modernize Whitespace token: chapel lexer
* Modernize Whitespace token: c_like lexer
* Modernize Whitespace token: configs lexer
* Modernize Whitespace token: console lexer
* Modernize Whitespace token: crystal lexer
* Modernize Whitespace token: csound lexer
* Modernize Whitespace token: css lexer
* Revert a change in basic lexer
Diffstat (limited to 'tests/examplefiles/css/test.css.output')
| -rw-r--r-- | tests/examplefiles/css/test.css.output | 232 |
1 files changed, 116 insertions, 116 deletions
diff --git a/tests/examplefiles/css/test.css.output b/tests/examplefiles/css/test.css.output index 6e3768a9..cce6db63 100644 --- a/tests/examplefiles/css/test.css.output +++ b/tests/examplefiles/css/test.css.output @@ -1,333 +1,333 @@ 'body' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'font-size' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '12' Literal.Number.Integer 'pt' Keyword.Type ';' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'background' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '#fff' Literal.Number.Hex -' ' Text +' ' Text.Whitespace 'url' Name.Builtin '(' Punctuation 'temp.png' Literal.String.Other ')' Punctuation -' ' Text +' ' Text.Whitespace 'top' Keyword.Constant -' ' Text +' ' Text.Whitespace 'left' Keyword.Constant -' ' Text +' ' Text.Whitespace 'no-repeat' Keyword.Constant ';' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '*' Operator -' ' Text +' ' Text.Whitespace 'html' Name.Tag -' ' Text +' ' Text.Whitespace 'body' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'font-size' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '14' Literal.Number.Integer 'pt' Keyword.Type ';' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '#' Punctuation 'nav' Name.Namespace -' ' Text +' ' Text.Whitespace '.' Punctuation 'new' Name.Class -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'display' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace 'block' Keyword.Constant ';' Punctuation -'\n ' Text +'\n ' Text.Whitespace '-webkit-' Keyword.Pseudo 'border-radius' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '5' Literal.Number.Integer 'px' Keyword.Type ';' Punctuation -'\n ' Text +'\n ' Text.Whitespace '-moz-' Keyword.Pseudo 'border-radius' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '5' Literal.Number.Integer 'px' Keyword.Type ';' Punctuation -'\n ' Text +'\n ' Text.Whitespace '-ms-' Keyword.Pseudo 'border-radius' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '5' Literal.Number.Integer 'px' Keyword.Type ';' Punctuation -'\n ' Text +'\n ' Text.Whitespace '-o-' Keyword.Pseudo 'border-radius' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '5' Literal.Number.Integer 'px' Keyword.Type ';' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'border-radius' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '5' Literal.Number.Integer 'px' Keyword.Type ';' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace 'ul' Name.Tag '#' Punctuation 'nav' Name.Namespace -' ' Text +' ' Text.Whitespace 'li' Name.Tag '.' Punctuation 'new' Name.Class -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'font-weight' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace 'bold' Keyword.Constant ';' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace ':' Punctuation 'link' Name.Decorator -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'color' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '#f00' Literal.Number.Hex ';' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace ':' Punctuation 'link' Name.Decorator ':' Punctuation 'hover' Name.Decorator -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'color' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '#0f0' Literal.Number.Hex ';' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '@' Punctuation 'media' Keyword -' ' Text +' ' Text.Whitespace 'screen' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'body' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -'\n ' Text +'\n ' Text.Whitespace 'background' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '#ccc' Literal.Number.Hex ';' Punctuation -'\n ' Text +'\n ' Text.Whitespace '}' Punctuation -'\n' Text +'\n' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '@' Punctuation 'namespace' Keyword -' ' Text +' ' Text.Whitespace '"http://www.w3.org/1999/xhtml"' Literal.String.Double ';' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '@' Punctuation 'import' Keyword -' ' Text +' ' Text.Whitespace 'url' Name.Tag '(' Operator '"mystyle.css"' Literal.String.Double ')' Operator ';' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '@' Punctuation 'charset' Keyword -' ' Text +' ' Text.Whitespace '"ISO-8859-1"' Literal.String.Double ';' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '@' Punctuation 'font-face' Keyword -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'font-family' Name.Tag ':' Operator -' ' Text +' ' Text.Whitespace '"Example Font"' Literal.String.Double ';' Operator -' ' Text +' ' Text.Whitespace 'src' Name.Tag ':' Operator -' ' Text +' ' Text.Whitespace 'url' Name.Tag '(' Operator '"http://www.example.com/fonts/example"' Literal.String.Double ')' Operator ';' Operator -' ' Text +' ' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '@' Punctuation 'media' Keyword -' ' Text +' ' Text.Whitespace 'screen' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'body' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'font-size' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '16' Literal.Number.Integer 'px' Keyword.Type -' ' Text +' ' Text.Whitespace '}' Punctuation -' ' Text +' ' Text.Whitespace '}' Punctuation -' ' Text +' ' Text.Whitespace '@' Punctuation 'media' Keyword -' ' Text +' ' Text.Whitespace 'print' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'body' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'font-size' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '12' Literal.Number.Integer 'pt' Keyword.Type -' ' Text +' ' Text.Whitespace '}' Punctuation -' ' Text +' ' Text.Whitespace '}' Punctuation -'\n\n\n' Text +'\n\n\n' Text.Whitespace '@' Punctuation 'page' Keyword -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'body' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'margin' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace '1' Literal.Number.Integer 'in' Keyword.Type -' ' Text +' ' Text.Whitespace '1.5' Literal.Number.Float 'in' Keyword.Type ';' Punctuation -' ' Text +' ' Text.Whitespace '}' Punctuation -' ' Text +' ' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '@' Punctuation 'page' Keyword -' ' Text +' ' Text.Whitespace 'linke-seite' Name.Tag ':' Punctuation 'left' Name.Decorator -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'body' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'margin' Keyword ':' Punctuation '20' Literal.Number.Integer 'mm' Keyword.Type ';' Punctuation -' ' Text +' ' Text.Whitespace 'margin-right' Keyword ':' Punctuation '25' Literal.Number.Integer 'mm' Keyword.Type ';' Punctuation -' ' Text +' ' Text.Whitespace '}' Punctuation -' ' Text +' ' Text.Whitespace '}' Punctuation -'\n\n' Text +'\n\n' Text.Whitespace '@' Punctuation '-moz-document' Keyword -' ' Text +' ' Text.Whitespace 'url-prefix' Name.Tag '(' Operator 'http' Name.Tag @@ -338,20 +338,20 @@ '.' Punctuation 'org' Name.Class ')' Operator -' ' Text +' ' Text.Whitespace '{' Punctuation -' ' Text +' ' Text.Whitespace 'a' Name.Tag -' ' Text +' ' Text.Whitespace '{' Punctuation 'font-style' Keyword ':' Punctuation -' ' Text +' ' Text.Whitespace 'normal' Keyword.Constant -' ' Text +' ' Text.Whitespace '!important' Comment.Preproc ';' Punctuation '}' Punctuation -' ' Text +' ' Text.Whitespace '}' Punctuation -'\n' Text +'\n' Text.Whitespace |
