BUG: Disable testing of # escapes until it can be implemented for Watcom WMake.
This commit is contained in:
parent
0945aecc94
commit
ee9341079f
|
@ -190,8 +190,8 @@ SET(CHECK_ARGS
|
||||||
amper&sand
|
amper&sand
|
||||||
@two-ats@
|
@two-ats@
|
||||||
one@at
|
one@at
|
||||||
"#two-pounds#"
|
#"#two-pounds#"
|
||||||
"one#pound"
|
#"one#pound"
|
||||||
"c:/posix/path/with space"
|
"c:/posix/path/with space"
|
||||||
"c:\\windows\\path\\with space"
|
"c:\\windows\\path\\with space"
|
||||||
"'single quotes with space'"
|
"'single quotes with space'"
|
||||||
|
@ -211,8 +211,8 @@ SET(CHECK_ARGS
|
||||||
"amper&sand with space"
|
"amper&sand with space"
|
||||||
"@two-ats@ with space"
|
"@two-ats@ with space"
|
||||||
"one@at with space"
|
"one@at with space"
|
||||||
"#two-pounds# with space"
|
#"#two-pounds# with space"
|
||||||
"one#pound with space"
|
#"one#pound with space"
|
||||||
)
|
)
|
||||||
FOREACH(arg ${CHECK_ARGS})
|
FOREACH(arg ${CHECK_ARGS})
|
||||||
SET(ARG "${arg}")
|
SET(ARG "${arg}")
|
||||||
|
|
Loading…
Reference in New Issue