Fixing bug #190685, re-allowing '{' as un-quantifier literal.
git-svn-id: svn://10.0.0.236/trunk@136990 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1017,7 +1017,6 @@ System.out.println();
|
||||
break;
|
||||
case '*':
|
||||
case '+':
|
||||
case '{':
|
||||
case '}':
|
||||
case '?':
|
||||
reportError("msg.bad.quant",
|
||||
|
||||
Reference in New Issue
Block a user