diff options
| author | Matthäus G. Chajdas <dev@anteru.net> | 2022-12-04 15:52:40 +0100 |
|---|---|---|
| committer | Matthäus G. Chajdas <dev@anteru.net> | 2022-12-04 15:52:40 +0100 |
| commit | 2f78a7bf950cfbf84a47156cb7dfd5da962d4784 (patch) | |
| tree | 9e8d0f313b250f5da274a70dfb1e452155d21273 /tests/examplefiles/notmuch | |
| parent | 6665e5118c66ed3a0b35a2695209a952dbe6ac7d (diff) | |
| download | pygments-git-2f78a7bf950cfbf84a47156cb7dfd5da962d4784.tar.gz | |
Improve whitespace handling in the BashLexer.
Diffstat (limited to 'tests/examplefiles/notmuch')
| -rw-r--r-- | tests/examplefiles/notmuch/notmuch_example.output | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/examplefiles/notmuch/notmuch_example.output b/tests/examplefiles/notmuch/notmuch_example.output index ae858b86..fc72cd56 100644 --- a/tests/examplefiles/notmuch/notmuch_example.output +++ b/tests/examplefiles/notmuch/notmuch_example.output @@ -38,12 +38,12 @@ '#!/bin/sh\n' Comment.Hashbang -'\n' Text +'\n' Text.Whitespace 'echo' Name.Builtin -' ' Text +' ' Text.Whitespace "'Hello world!'" Literal.String.Single -'\n' Text +'\n' Text.Whitespace '\x0cpart}\n' Keyword |
