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/make/vpath.mk.output | |
| parent | 6665e5118c66ed3a0b35a2695209a952dbe6ac7d (diff) | |
| download | pygments-git-2f78a7bf950cfbf84a47156cb7dfd5da962d4784.tar.gz | |
Improve whitespace handling in the BashLexer.
Diffstat (limited to 'tests/examplefiles/make/vpath.mk.output')
| -rw-r--r-- | tests/examplefiles/make/vpath.mk.output | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/tests/examplefiles/make/vpath.mk.output b/tests/examplefiles/make/vpath.mk.output index 2c89c3ef..0cd1e457 100644 --- a/tests/examplefiles/make/vpath.mk.output +++ b/tests/examplefiles/make/vpath.mk.output @@ -5,15 +5,15 @@ 'EXEC' Name.Variable '=' Operator 'hello' Text -'\n' Text +'\n' Text.Whitespace 'SRC' Name.Variable '=' Operator ' ' Text 'hello.c' Text -' ' Text +' ' Text.Whitespace 'main.c' Text -'\n' Text +'\n' Text.Whitespace 'OBJ' Name.Variable '=' Operator @@ -23,9 +23,9 @@ '=' Operator '.o' Text ')' Keyword -'\n' Text +'\n' Text.Whitespace -'\n' Text +'\n' Text.Whitespace 'all' Name.Function ':' Operator @@ -35,7 +35,7 @@ ')' Keyword '\n' Text -'\n' Text +'\n' Text.Whitespace 'hello' Name.Function ':' Operator @@ -45,22 +45,22 @@ ')' Keyword '\n' Text -' ' Text +' ' Text.Whitespace '$(' Keyword 'CC' Text ')' Keyword -' ' Text +' ' Text.Whitespace '-o' Text -' ' Text +' ' Text.Whitespace '$@' Name.Variable -' ' Text +' ' Text.Whitespace '$' Text '^' Text -' ' Text +' ' Text.Whitespace '$(' Keyword 'LDFLAGS' Text ')' Keyword -'\n\n' Text +'\n\n' Text.Whitespace 'main.o' Name.Function ':' Operator @@ -70,7 +70,7 @@ 'h' Name '\n' Text -'\n' Text +'\n' Text.Whitespace '%.o' Name.Function ':' Operator @@ -80,28 +80,28 @@ 'c' Name '\n' Text -' ' Text +' ' Text.Whitespace '$(' Keyword 'CC' Text ')' Keyword -' ' Text +' ' Text.Whitespace '-I' Text -' ' Text +' ' Text.Whitespace 'header' Text -' ' Text +' ' Text.Whitespace '-o' Text -' ' Text +' ' Text.Whitespace '$@' Name.Variable -' ' Text +' ' Text.Whitespace '\\\n' Literal.String.Escape -' ' Text +' ' Text.Whitespace '-c' Text -' ' Text +' ' Text.Whitespace '$' Text '<' Text -' ' Text +' ' Text.Whitespace '$(' Keyword 'CFLAGS' Text ')' Keyword -'\n' Text +'\n' Text.Whitespace |
