diff options
Diffstat (limited to 'unit-tests/parse.mk')
-rw-r--r-- | unit-tests/parse.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/unit-tests/parse.mk b/unit-tests/parse.mk new file mode 100644 index 000000000000..9dccc7f5b7ce --- /dev/null +++ b/unit-tests/parse.mk @@ -0,0 +1,14 @@ +# $NetBSD: parse.mk,v 1.2 2022/01/22 17:10:51 rillig Exp $ +# +# Test those parts of the parsing that do not belong in any of the other +# categories. + +# expect+1: Makefile appears to contain unresolved CVS/RCS/??? merge conflicts +<<<<<< old + +# No diagnostic since the following line is parsed as a variable assignment, +# even though the variable name is empty. See also varname-empty.mk. +====== middle + +# expect+1: Makefile appears to contain unresolved CVS/RCS/??? merge conflicts +>>>>>> new |