diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2022-12-04 16:25:25 +0100 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2022-12-04 16:25:25 +0100 |
commit | f8a75279139ec4b62a220ba92690c066a2de9ee0 (patch) | |
tree | aa1858bd61083680bdf9e170d419d83ac721a48e /tests/snippets/http | |
parent | cdfa8e0ad46c1f5c3d05276ba7130aeb1bfcde35 (diff) | |
download | pygments-git-f8a75279139ec4b62a220ba92690c066a2de9ee0.tar.gz |
Improve whitespace handling in XmlLexer.
Diffstat (limited to 'tests/snippets/http')
-rw-r--r-- | tests/snippets/http/test_application_calendar_xml.txt | 2 | ||||
-rw-r--r-- | tests/snippets/http/test_application_xml.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/snippets/http/test_application_calendar_xml.txt b/tests/snippets/http/test_application_calendar_xml.txt index 81fff587..beb63865 100644 --- a/tests/snippets/http/test_application_calendar_xml.txt +++ b/tests/snippets/http/test_application_calendar_xml.txt @@ -25,4 +25,4 @@ Content-Type: application/calendar+xml '<foo' Name.Tag '>' Name.Tag -'\n' Text +'\n' Text.Whitespace diff --git a/tests/snippets/http/test_application_xml.txt b/tests/snippets/http/test_application_xml.txt index 6b3cffad..97b29435 100644 --- a/tests/snippets/http/test_application_xml.txt +++ b/tests/snippets/http/test_application_xml.txt @@ -25,4 +25,4 @@ Content-Type: application/xml '<foo' Name.Tag '>' Name.Tag -'\n' Text +'\n' Text.Whitespace |