Skip to content

Commit

Permalink
tests/table.scm ("table-number"): New test
Browse files Browse the repository at this point in the history
* tests/table.scm ("table-number"): New test.
  • Loading branch information
artyom-poptsov committed Oct 22, 2023
1 parent 8ed7845 commit 32ba607
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/table.scm
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,15 @@
10
(sum '(2 8)))



(test-equal "table-number"
'((" " "0" "1" "2" "3" "4")
("0" "a" "b" "c" "d" "e")
("1" "f" "g" "i" "j" "k"))
(table-number '(("a" "b" "c" "d" "e")
("f" "g" "i" "j" "k"))))


(define exit-status (test-runner-fail-count (test-runner-current)))

Expand Down

0 comments on commit 32ba607

Please sign in to comment.