added a LOT of test cases (from AOC 2020)
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 31 Dec 2020 04:52:12 +0000 (22:52 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 31 Dec 2020 04:52:12 +0000 (22:52 -0600)
commit590c0037d9be67222e4ed6fa92573f38b3a1fb2e
tree025403d7a4281e020ddd1d6fb651bb69fe65752f
parent34b94061cd7aa1ac6348041925ad8cf49206c2ff
added a LOT of test cases (from AOC 2020)
77 files changed:
.vimspector.json
bin/onyx-js
bin/test
tests/aoc-2020/day1 [new file with mode: 0644]
tests/aoc-2020/day1.onyx [new file with mode: 0644]
tests/aoc-2020/day10 [new file with mode: 0644]
tests/aoc-2020/day10.onyx [new file with mode: 0644]
tests/aoc-2020/day11 [new file with mode: 0644]
tests/aoc-2020/day11.onyx [new file with mode: 0644]
tests/aoc-2020/day12 [new file with mode: 0644]
tests/aoc-2020/day12.onyx [new file with mode: 0644]
tests/aoc-2020/day13 [new file with mode: 0644]
tests/aoc-2020/day13.onyx [new file with mode: 0644]
tests/aoc-2020/day14 [new file with mode: 0644]
tests/aoc-2020/day14.onyx [new file with mode: 0644]
tests/aoc-2020/day15 [new file with mode: 0644]
tests/aoc-2020/day15.onyx [new file with mode: 0644]
tests/aoc-2020/day16 [new file with mode: 0644]
tests/aoc-2020/day16.onyx [new file with mode: 0644]
tests/aoc-2020/day17 [new file with mode: 0644]
tests/aoc-2020/day17.onyx [new file with mode: 0644]
tests/aoc-2020/day18 [new file with mode: 0644]
tests/aoc-2020/day18.onyx [new file with mode: 0644]
tests/aoc-2020/day19 [new file with mode: 0644]
tests/aoc-2020/day19.onyx [new file with mode: 0644]
tests/aoc-2020/day2 [new file with mode: 0644]
tests/aoc-2020/day2.onyx [new file with mode: 0644]
tests/aoc-2020/day20 [new file with mode: 0644]
tests/aoc-2020/day20.onyx [new file with mode: 0644]
tests/aoc-2020/day21 [new file with mode: 0644]
tests/aoc-2020/day21.onyx [new file with mode: 0644]
tests/aoc-2020/day22 [new file with mode: 0644]
tests/aoc-2020/day22.onyx [new file with mode: 0644]
tests/aoc-2020/day23 [new file with mode: 0644]
tests/aoc-2020/day23.onyx [new file with mode: 0644]
tests/aoc-2020/day24 [new file with mode: 0644]
tests/aoc-2020/day24.onyx [new file with mode: 0644]
tests/aoc-2020/day25 [new file with mode: 0644]
tests/aoc-2020/day25.onyx [new file with mode: 0644]
tests/aoc-2020/day3 [new file with mode: 0644]
tests/aoc-2020/day3.onyx [new file with mode: 0644]
tests/aoc-2020/day4 [new file with mode: 0644]
tests/aoc-2020/day4.onyx [new file with mode: 0644]
tests/aoc-2020/day5 [new file with mode: 0644]
tests/aoc-2020/day5.onyx [new file with mode: 0644]
tests/aoc-2020/day6 [new file with mode: 0644]
tests/aoc-2020/day6.onyx [new file with mode: 0644]
tests/aoc-2020/day7 [new file with mode: 0644]
tests/aoc-2020/day7.onyx [new file with mode: 0644]
tests/aoc-2020/day8 [new file with mode: 0644]
tests/aoc-2020/day8.onyx [new file with mode: 0644]
tests/aoc-2020/day9 [new file with mode: 0644]
tests/aoc-2020/day9.onyx [new file with mode: 0644]
tests/aoc-2020/input/day1.txt [new file with mode: 0644]
tests/aoc-2020/input/day10.txt [new file with mode: 0644]
tests/aoc-2020/input/day11.txt [new file with mode: 0644]
tests/aoc-2020/input/day12.txt [new file with mode: 0644]
tests/aoc-2020/input/day13.txt [new file with mode: 0644]
tests/aoc-2020/input/day14.txt [new file with mode: 0644]
tests/aoc-2020/input/day15.txt [new file with mode: 0644]
tests/aoc-2020/input/day16.txt [new file with mode: 0644]
tests/aoc-2020/input/day17.txt [new file with mode: 0644]
tests/aoc-2020/input/day18.txt [new file with mode: 0644]
tests/aoc-2020/input/day19.txt [new file with mode: 0644]
tests/aoc-2020/input/day2.txt [new file with mode: 0644]
tests/aoc-2020/input/day20.txt [new file with mode: 0644]
tests/aoc-2020/input/day21.txt [new file with mode: 0644]
tests/aoc-2020/input/day22.txt [new file with mode: 0644]
tests/aoc-2020/input/day24.txt [new file with mode: 0644]
tests/aoc-2020/input/day25.txt [new file with mode: 0644]
tests/aoc-2020/input/day3.txt [new file with mode: 0644]
tests/aoc-2020/input/day4.txt [new file with mode: 0644]
tests/aoc-2020/input/day5.txt [new file with mode: 0644]
tests/aoc-2020/input/day6.txt [new file with mode: 0644]
tests/aoc-2020/input/day7.txt [new file with mode: 0644]
tests/aoc-2020/input/day8.txt [new file with mode: 0644]
tests/aoc-2020/input/day9.txt [new file with mode: 0644]