Skip to content

Commit 5301668

Browse files
committed
Add another test case for optimization
1 parent 5f2c0bc commit 5301668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/groovy/net/zomis/brainf/OptimizeTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static Collection<Object[]> data() {
2727
{"+>-<->+<", ""},
2828
{"+>-<+>-<", "++>--<"},
2929
{"<+>-<+>-", "<++>--"},
30+
{">>-<+>", "+>->"},
3031

3132
});
3233
}

0 commit comments

Comments
 (0)