ENH: Re-enabling # escape test now that it is implemented everywhere.
This commit is contained in:
parent
54731fa2c8
commit
9b8f479e01
|
@ -190,8 +190,8 @@ SET(CHECK_ARGS
|
|||
amper&sand
|
||||
@two-ats@
|
||||
one@at
|
||||
#"#two-pounds#"
|
||||
#"one#pound"
|
||||
"#two-pounds#"
|
||||
"one#pound"
|
||||
"c:/posix/path/with space"
|
||||
"c:\\windows\\path\\with space"
|
||||
"'single quotes with space'"
|
||||
|
@ -211,8 +211,8 @@ SET(CHECK_ARGS
|
|||
"amper&sand with space"
|
||||
"@two-ats@ with space"
|
||||
"one@at with space"
|
||||
#"#two-pounds# with space"
|
||||
#"one#pound with space"
|
||||
"#two-pounds# with space"
|
||||
"one#pound with space"
|
||||
)
|
||||
FOREACH(arg ${CHECK_ARGS})
|
||||
SET(ARG "${arg}")
|
||||
|
|
Loading…
Reference in New Issue