Skip to content

Commit 2ed6ebb

Browse files
committed
#201 - fix
1 parent fab0688 commit 2ed6ebb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/HydraScript.UnitTests/Domain/FrontEnd/ParserData.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ public ParserSuccessTestData()
66
{
77
Add("-21");
88
Add("!false");
9-
Add("~[)");
10-
Add("x = ([1,2) ++ [3,4))::0");
11-
Add("i[0).j");
12-
Add("i[0).j()");
9+
Add("~[]");
10+
Add("x = ([1,2] ++ [3,4])::0");
11+
Add("i[0].j");
12+
Add("i[0].j()");
1313
Add("i = 1");
14-
Add("i[0) = 1");
15-
Add("i[a.b)[1).x(1)");
14+
Add("i[0] = 1");
15+
Add("i[a.b][1].x(1)");
1616
Add("(1 + 2) * (3 - (2 / 2)) as string");
1717
Add("return {x:1;y:2;}");
1818
Add("while (~arr != 0) { arr::0 continue }");

0 commit comments

Comments
 (0)