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/tid | |
| parent | 6665e5118c66ed3a0b35a2695209a952dbe6ac7d (diff) | |
| download | pygments-git-2f78a7bf950cfbf84a47156cb7dfd5da962d4784.tar.gz | |
Improve whitespace handling in the BashLexer.
Diffstat (limited to 'tests/examplefiles/tid')
| -rw-r--r-- | tests/examplefiles/tid/TiddlyWiki5.tid.output | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examplefiles/tid/TiddlyWiki5.tid.output b/tests/examplefiles/tid/TiddlyWiki5.tid.output index dbf9cf8a..9e2b4886 100644 --- a/tests/examplefiles/tid/TiddlyWiki5.tid.output +++ b/tests/examplefiles/tid/TiddlyWiki5.tid.output @@ -397,12 +397,12 @@ '\n' Text 'cd' Name.Builtin -' ' Text +' ' Text.Whitespace '"' Literal.String.Double '$HOME' Name.Variable '/workspace' Literal.String.Double '"' Literal.String.Double -'\n' Text +'\n' Text.Whitespace '```' Literal.String '\n' Text |
