Skip to content

Commit fea9fe8

Browse files
committed
Tidy up local tests
1 parent 0e1208c commit fea9fe8

File tree

7 files changed

+2
-70
lines changed

7 files changed

+2
-70
lines changed

src/rockstar.peg

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ letter = { uppercase_letter | lowercase_letter}
140140

141141
common_variable = @{common_prefix ~ WHITESPACE ~ letter+}
142142

143-
is = {"\'s" | "=''" | ^"'s " | ^"is " | ^"was " | ^"are " | ^"were "}
143+
is = { "=''" | ^"'s " | ^"is " | ^"was " | ^"are " | ^"were "}
144144

145145
target = { ^"into" ~ assignable }
146146

tests/local/fibonacci.rock

-19
This file was deleted.

tests/local/fibonacci.rock.out

-27
This file was deleted.

tests/local/modulo.rock

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Put Absolute taking a war into After
2121
If Before is smaller than After
2222
Give back the fighters of The Sign taking a war
2323

24-
If the fighters's as strong as Before
24+
If the fighters is as strong as Before
2525
Put the fighters without After into the new
2626
Give back What Remains taking the new, a war
2727

tests/local/rainfall.rock

-19
This file was deleted.

tests/local/rainfall.rock.in

-2
This file was deleted.

tests/local/rainfall.rock.out

-1
This file was deleted.

0 commit comments

Comments
 (0)