54a8ac11f2
The test for the different escaping has been adjusted to actually show the different parsing results in the test output. To do this, it had to get its own file since it needs the -dv debug flag and specialized post-processing.
18 lines
660 B
Plaintext
18 lines
660 B
Plaintext
LIB=a X_LIBS:M${LIB${LIB:tu}} is "/tmp/liba.a"
|
|
LIB=a X_LIBS:M*/lib${LIB}.a is "/tmp/liba.a"
|
|
LIB=a X_LIBS:M*/lib${LIB}.a:tu is "/TMP/LIBA.A"
|
|
LIB=b X_LIBS:M${LIB${LIB:tu}} is ""
|
|
LIB=b X_LIBS:M*/lib${LIB}.a is ""
|
|
LIB=b X_LIBS:M*/lib${LIB}.a:tu is ""
|
|
LIB=c X_LIBS:M${LIB${LIB:tu}} is ""
|
|
LIB=c X_LIBS:M*/lib${LIB}.a is ""
|
|
LIB=c X_LIBS:M*/lib${LIB}.a:tu is ""
|
|
LIB=d X_LIBS:M${LIB${LIB:tu}} is "/tmp/libd.a"
|
|
LIB=d X_LIBS:M*/lib${LIB}.a is "/tmp/libd.a"
|
|
LIB=d X_LIBS:M*/lib${LIB}.a:tu is "/TMP/LIBD.A"
|
|
LIB=e X_LIBS:M${LIB${LIB:tu}} is "/tmp/libe.a"
|
|
LIB=e X_LIBS:M*/lib${LIB}.a is "/tmp/libe.a"
|
|
LIB=e X_LIBS:M*/lib${LIB}.a:tu is "/TMP/LIBE.A"
|
|
Mscanner=OK
|
|
exit status 0
|