Skip to content

Commit

Permalink
one more replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 27, 2023
1 parent 8f52e4c commit 20e5bbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
<token>\{if \(true\) throw (..*)\}(\n)(\s*break;\n)?</token>
<value>throw $1$2</value>
</replacement>
<replacement>
<token>(^throw toCSSParseException\("invalidExprColon"(..*);\n)(\s*break;\n)?</token>
<value>$1</value>
</replacement>
<replacement>
<token>\s*throw new IllegalStateException \("Missing return statement in function"\);</token>
<value></value>
Expand Down

0 comments on commit 20e5bbf

Please sign in to comment.