]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add more tests for escaped newline handling and fix a test that currently
authorHartmut Brandt <harti@FreeBSD.org>
Tue, 18 Oct 2005 07:20:14 +0000 (07:20 +0000)
committerHartmut Brandt <harti@FreeBSD.org>
Tue, 18 Oct 2005 07:20:14 +0000 (07:20 +0000)
commit70ebfd0e40e19bd28a928349d759b857e121ccde
tree9fcd8ed55a98e1485e69dc79d3c7e6f35da4a3e2
parentb77df6587684ebd485fd515f9040e198354ff42c
Add more tests for escaped newline handling and fix a test that currently
should fail because of a bug in the parser (test 2).
14 files changed:
tools/regression/usr.bin/make/syntax/enl/Makefile
tools/regression/usr.bin/make/syntax/enl/expected.status.2
tools/regression/usr.bin/make/syntax/enl/expected.status.3 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/enl/expected.status.4 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/enl/expected.status.5 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/enl/expected.stderr.2
tools/regression/usr.bin/make/syntax/enl/expected.stderr.3 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/enl/expected.stderr.4 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/enl/expected.stderr.5 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/enl/expected.stdout.2
tools/regression/usr.bin/make/syntax/enl/expected.stdout.3 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/enl/expected.stdout.4 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/enl/expected.stdout.5 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/enl/test.t