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/slurm | |
| parent | 6665e5118c66ed3a0b35a2695209a952dbe6ac7d (diff) | |
| download | pygments-git-2f78a7bf950cfbf84a47156cb7dfd5da962d4784.tar.gz | |
Improve whitespace handling in the BashLexer.
Diffstat (limited to 'tests/examplefiles/slurm')
| -rw-r--r-- | tests/examplefiles/slurm/example.sl.output | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examplefiles/slurm/example.sl.output b/tests/examplefiles/slurm/example.sl.output index eaae005e..a7fbac67 100644 --- a/tests/examplefiles/slurm/example.sl.output +++ b/tests/examplefiles/slurm/example.sl.output @@ -9,6 +9,6 @@ '#SBATCH --cpus-per-task=8\n' Keyword.Pseudo 'srun' Name.Builtin -' ' Text +' ' Text.Whitespace '/usr/bin/sleep' Text -'\n' Text +'\n' Text.Whitespace |
