aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c9bf862..266bf8a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -47,6 +47,7 @@ test005 = "$(m $(pat),$(subj),E)" = "$(subj)" -a "$(1)" = 1 -a "$(255)" = 255
# test parsing pattern options
test006 = "$(m ^TEST+,testtttt,iU)" = test
+# test passing `$' characters to variable
test007 = "$(m a(.*)b,a\$$b)" = "a\$$b" -a "$(1)" = "\$$"
### END OF TEST EXPRESSIONS ###