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/console/example.sh-session.output | |
| parent | 6665e5118c66ed3a0b35a2695209a952dbe6ac7d (diff) | |
| download | pygments-git-2f78a7bf950cfbf84a47156cb7dfd5da962d4784.tar.gz | |
Improve whitespace handling in the BashLexer.
Diffstat (limited to 'tests/examplefiles/console/example.sh-session.output')
| -rw-r--r-- | tests/examplefiles/console/example.sh-session.output | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/examplefiles/console/example.sh-session.output b/tests/examplefiles/console/example.sh-session.output index c31fc193..c74f19ef 100644 --- a/tests/examplefiles/console/example.sh-session.output +++ b/tests/examplefiles/console/example.sh-session.output @@ -1,20 +1,20 @@ 'user@host:~/path$ ' Generic.Prompt 'ls' Text -' ' Text +' ' Text.Whitespace '-a' Text -'\n' Text +'\n' Text.Whitespace '. .. a b c\n' Generic.Output 'user@host:~/path$ ' Generic.Prompt 'diff' Text -' ' Text +' ' Text.Whitespace '-u' Text -' ' Text +' ' Text.Whitespace 'a' Text -' ' Text +' ' Text.Whitespace 'b' Text -'\n' Text +'\n' Text.Whitespace '--- a 2008-07-26 17:10:07.000000000 -0700\n' Generic.Output @@ -32,18 +32,18 @@ 'user@host:~/path$ ' Generic.Prompt 'echo' Name.Builtin -' ' Text +' ' Text.Whitespace '\\\n' Literal.String.Escape '> ' Generic.Prompt 'a' Text -'\n' Text +'\n' Text.Whitespace 'a\n' Generic.Output 'user@host:~/path$ ' Generic.Prompt 'su' Text -'\n' Text +'\n' Text.Whitespace 'root@host:~#\n' Generic.Prompt @@ -56,6 +56,6 @@ '(virtualenv-name)' Generic.Prompt.VirtualEnv 'user@host:~$ ' Generic.Prompt 'ls' Text -' ' Text +' ' Text.Whitespace '-a' Text -'\n' Text +'\n' Text.Whitespace |
