Skip to content

Commit

Permalink
test: update operators test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jul 29, 2022
1 parent a44a9e1 commit 59cc766
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions tests/languages/bbj/operator_feature.test
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
or
xor
not
and
> >=
< <=
!
+
=
*
or xor not and > >= < <= + =*

----------------------------------------------------

Expand All @@ -16,9 +7,10 @@ and
["operator", "xor"],
["operator", "not"],
["operator", "and"],
["operator", ">"], ["operator", ">="],
["operator", "<"], ["operator", "<="],
"\r\n!\r\n",
["operator", ">"],
["operator", ">="],
["operator", "<"],
["operator", "<="],
["operator", "+"],
["operator", "="],
["operator", "*"]
Expand Down

0 comments on commit 59cc766

Please sign in to comment.