diff options
author | Dmitry Mikhirev | 2014-11-27 14:25:30 +0300 |
---|---|---|
committer | Dmitry Mikhirev | 2014-11-27 14:25:30 +0300 |
commit | b2bb204fa2146d7606aa62cf138315d487206289 (patch) | |
tree | 6cd9d1d008f7d68f22eeea3daabe74d9f1da6dbd /GNUmakefile | |
parent | 5fa944688dde4367658082bb01935a36113f7a2d (diff) | |
download | make_pcre-b2bb204fa2146d7606aa62cf138315d487206289.tar.gz make_pcre-b2bb204fa2146d7606aa62cf138315d487206289.tar.bz2 make_pcre-b2bb204fa2146d7606aa62cf138315d487206289.tar.xz make_pcre-b2bb204fa2146d7606aa62cf138315d487206289.zip |
code comments
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
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 ### |