Removed comment no longer needed
This commit is contained in:
parent
0b433fc5ec
commit
316da5e917
@ -86,9 +86,6 @@ public class PatternSyntaxExceptionParser {
|
|||||||
switch(desc)
|
switch(desc)
|
||||||
{
|
{
|
||||||
case "Unclosed character class":
|
case "Unclosed character class":
|
||||||
//Need these errors to be more human readable
|
|
||||||
//Possibly include html for formatting
|
|
||||||
//Update tests first with user friendly errors
|
|
||||||
sb.append("The regular expression is missing a closing ']' character, or has an empty pair of square brackets '[]'.");
|
sb.append("The regular expression is missing a closing ']' character, or has an empty pair of square brackets '[]'.");
|
||||||
break;
|
break;
|
||||||
case "Unmatched closing ')'":
|
case "Unmatched closing ')'":
|
||||||
|
Loading…
Reference in New Issue
Block a user