Skip to content

Commit

Permalink
Remove commented-out line
Browse files Browse the repository at this point in the history
  • Loading branch information
thenaesh committed Aug 19, 2018
1 parent e21d1f6 commit f3e9fca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/examples/runes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Grader, Student } from './types';
const validStudentCorrect =
`
const a = () => blue(quarter_turn_left(quarter_turn_left(quarter_turn_left(nova_bb))));
//const b = () => quarter_turn_right(quarter_turn_right(stack(quarter_turn_left(nova_bb), quarter_turn_left(nova_bb))));
const b = () => stack(quarter_turn_right(nova_bb), quarter_turn_right(nova_bb));
const c = (p1, p2, p3, p4) => beside(stack(p1, p2), stack(p3, p4));
function d(rune, n) {
Expand Down

0 comments on commit f3e9fca

Please sign in to comment.