We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2c0bc commit 5301668Copy full SHA for 5301668
src/test/groovy/net/zomis/brainf/OptimizeTest.java
@@ -27,6 +27,7 @@ public static Collection<Object[]> data() {
27
{"+>-<->+<", ""},
28
{"+>-<+>-<", "++>--<"},
29
{"<+>-<+>-", "<++>--"},
30
+ {">>-<+>", "+>->"},
31
32
});
33
}
0 commit comments