Skip to content

Commit

Permalink
fix(#341): Allow comma and brackets in matcher expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
schlathoeltt committed Sep 8, 2023
1 parent d4cf427 commit 067fcca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ public String tokenize(String rawExpression) {
*/
public String[] restoreInto(String[] expressions) {

// Replace tokens with real text.
for (int i = 0; i < expressions.length; i++) {
expressions[i] = VariableUtils.cutOffSingleQuotes(
replaceTokens(expressions[i], originalTokenValues).trim());
Expand Down

0 comments on commit 067fcca

Please sign in to comment.