Skip to content

Commit 23c8002

Browse files
committed
maint(pat depends): Align pegjs with current master.
1 parent 7550844 commit 23c8002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/depends_parse.pegjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ simple_expression
4646
}
4747

4848
equal_comparison "comparison operator"
49-
= "="
49+
= "=~"
5050
/ "!="
5151
/ "~="
52+
/ "="
5253

5354
order_comparison "comparison operator"
5455
= "<="

0 commit comments

Comments
 (0)