vherault
14 years agoNew Contributor
(?x) enables "free-spacing mode".
Hello,
In soapui when I use a contain assertion, I successfully use the modifier (?s), (?i)
to pass through newline (\r\n) and to ignore case.
But when I want to have the assertion expanded on several lines to be more readable (using (?x)
it doesn't work.
It's OK when using in an assertion for JDBC Request, but it's doesn't work
when using in assertion for normal test resquest (<soapenv:Envolope xmlns: ...)
Is any one have an idea ?
Thanks
In soapui when I use a contain assertion, I successfully use the modifier (?s), (?i)
to pass through newline (\r\n) and to ignore case.
But when I want to have the assertion expanded on several lines to be more readable (using (?x)
it doesn't work.
It's OK when using in an assertion for JDBC Request, but it's doesn't work
when using in assertion for normal test resquest (<soapenv:Envolope xmlns: ...)
Is any one have an idea ?
Thanks