X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=tt.rkt;h=f4449267bf49e7362e22aef3a4c064259dda0b99;hb=refs%2Ftags%2F0.4.0;hp=8930ae9474a57fd9eecc8998dafdb6ec5e6889a6;hpb=0e16a46c445dfa47d74b3a6ffcaee5e09a763f8c;p=tt.git diff --git a/tt.rkt b/tt.rkt index 8930ae9..f444926 100644 --- a/tt.rkt +++ b/tt.rkt @@ -166,7 +166,7 @@ (string-split str (regexp "[\r\n]+"))) (module+ test - (check-equal? (str->lines "abc\ndef\n\nghi") '("abc" "def" "ghi"))) + (check-equal? (str->lines "abc\ndef\n\nghi") '("abc" "def" "ghi"))) (define (str->msgs nick uri str) (filter-map (λ (line) (str->msg nick uri line)) (str->lines str)))