summaryrefslogtreecommitdiff
path: root/tests/examplefiles/notmuch
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2022-12-04 15:52:40 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2022-12-04 15:52:40 +0100
commit2f78a7bf950cfbf84a47156cb7dfd5da962d4784 (patch)
tree9e8d0f313b250f5da274a70dfb1e452155d21273 /tests/examplefiles/notmuch
parent6665e5118c66ed3a0b35a2695209a952dbe6ac7d (diff)
downloadpygments-git-2f78a7bf950cfbf84a47156cb7dfd5da962d4784.tar.gz
Improve whitespace handling in the BashLexer.
Diffstat (limited to 'tests/examplefiles/notmuch')
-rw-r--r--tests/examplefiles/notmuch/notmuch_example.output6
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