Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Fix Version/s: 2.3.2
-
Component/s: API (A), Frontend (F)
-
Labels:
Description
-------- testcase 1
create new global regexp, regexp " 1" and test string " 1" (without quotes). observe how editing the regexp still has the leading space.
save the global regexp, open it - observe space missing from both regexp & test string
-------- testcase 2
create global regexp "^ 1" and test string " 1". test it. notice how it fails. should not.