Skip to content

Commit 20e5bbf

Browse files
committed
one more replacement
1 parent 8f52e4c commit 20e5bbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
<token>\{if \(true\) throw (..*)\}(\n)(\s*break;\n)?</token>
134134
<value>throw $1$2</value>
135135
</replacement>
136+
<replacement>
137+
<token>(^throw toCSSParseException\("invalidExprColon"(..*);\n)(\s*break;\n)?</token>
138+
<value>$1</value>
139+
</replacement>
136140
<replacement>
137141
<token>\s*throw new IllegalStateException \("Missing return statement in function"\);</token>
138142
<value></value>

0 commit comments

Comments
 (0)