Module Name:    src
Committed By:   rillig
Date:           Sat Sep  5 13:34:19 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: varname.exp

Log Message:
make(1): add expected test result for hashing variable names


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/varname.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/make/unit-tests/varname.exp
diff -u src/usr.bin/make/unit-tests/varname.exp:1.1 src/usr.bin/make/unit-tests/varname.exp:1.2
--- src/usr.bin/make/unit-tests/varname.exp:1.1	Sun Aug 16 12:07:52 2020
+++ src/usr.bin/make/unit-tests/varname.exp	Sat Sep  5 13:34:19 2020
@@ -1 +1,19 @@
+MAGIC1B1B1B      = 1
+MAGIC1B1B0a      = 2
+MAGIC1B0a1B      = 3
+MAGIC1B0a0a      = 4
+MAGIC0a1B1B      = 5
+MAGIC0a1B0a      = 6
+MAGIC0a0a1B      = 7
+MAGIC0a0a0a      = 8
+ORDER_01         = yes
+MAGIC0a0a0a      = 1
+MAGIC0a0a1B      = 2
+MAGIC0a1B0a      = 3
+MAGIC0a1B1B      = 4
+MAGIC1B0a0a      = 5
+MAGIC1B0a1B      = 6
+MAGIC1B1B0a      = 7
+MAGIC1B1B1B      = 8
+ORDER_10         = yes
 exit status 0

Reply via email to