assimbly / runtime

Java & REST API's for creating and running integrations
Apache License 2.0
17 stars 3 forks source link

[Replace]Enable dotall option #214

Closed Hooghof closed 1 week ago

Hooghof commented 1 month ago

The dotall option doesn't like to work in this case:

Instance: next Tenant: Regression Tests Flow: Replace Postman test: Replace dotall

Inserted body """Line 1 Line 2 Line 3"""

Used replace Search for: 1.*2 and Dotall enabled Replaced with: SINGLELINE

Expected result """Line SINGLELINE Line 3"""

Test result Equal to inserted body

NOTE: it does not work in Dovetail 4.16.0 as well