diff --git a/tests/integration/data/misc/hello.txt.html b/tests/integration/data/misc/hello.txt.html index 0a7b41c7a..5a59b8934 100644 --- a/tests/integration/data/misc/hello.txt.html +++ b/tests/integration/data/misc/hello.txt.html @@ -11,8 +11,10 @@ body .c { color: #408080; font-style: italic } /* Comment */ body .err { border: 1px solid #FF0000 } /* Error */ body .k { color: #008000; font-weight: bold } /* Keyword */ body .o { color: #666666 } /* Operator */ +body .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ body .cm { color: #408080; font-style: italic } /* Comment.Multiline */ body .cp { color: #BC7A00 } /* Comment.Preproc */ +body .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ body .c1 { color: #408080; font-style: italic } /* Comment.Single */ body .cs { color: #408080; font-style: italic } /* Comment.Special */ body .gd { color: #A00000 } /* Generic.Deleted */ @@ -75,8 +77,8 @@ body .il { color: #666666 } /* Literal.Number.Integer.Long */
1 -2 | <html><head></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Hello World!
-</pre></body></html>
+2 | <html><head></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Hello World!
+</pre></body></html>
|