diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2022-12-04 16:03:26 +0100 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2022-12-04 16:06:01 +0100 |
commit | 8251c40a8b42fd1e3b1d90d30fa9afcff19c1482 (patch) | |
tree | afc63c8aa010a904a3680c0c6b053f19142ec491 /tests/snippets/scala | |
parent | 6abce335cc0dde84567f848f55a1f1e5b69ed98e (diff) | |
download | pygments-git-8251c40a8b42fd1e3b1d90d30fa9afcff19c1482.tar.gz |
Improve whitespace handling in CMake/RegexLexer.
Diffstat (limited to 'tests/snippets/scala')
-rw-r--r-- | tests/snippets/scala/test_import_path.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snippets/scala/test_import_path.txt b/tests/snippets/scala/test_import_path.txt index 3e06d1fa..1c316a0d 100644 --- a/tests/snippets/scala/test_import_path.txt +++ b/tests/snippets/scala/test_import_path.txt @@ -9,4 +9,4 @@ import a.b.c 'b' Name.Namespace '.' Punctuation 'c' Name -'\n' Text +'\n' Text.Whitespace |