Sort and present line-based data as it is read

A simple program written in several languages for the purpose of
examining these languages.
This commit is contained in:
2021-04-22 08:48:41 -04:00
commit 422c425c76
5 changed files with 65 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
(hissp.basic.._macro_.prelude)
(deftype TestLivesort (unittest..TestCase)
test_render
(lambda (self)
(.assertEqual self "----" (livesort_hssp..render '(.#"-----") 0 4 4))))
(when (eq __name__ '__main__) (hissp.reader..transpile __package__ 'test_livesort))