home
/
code
/
tt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c6e6406
)
Refactor test msg string build
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 23 Nov 2020 12:17:40 +0000
(07:17 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 23 Nov 2020 12:17:40 +0000
(07:17 -0500)
tt.rkt
patch
|
blob
|
blame
|
history
diff --git
a/tt.rkt
b/tt.rkt
index
f444926
..
f95de28
100644
(file)
--- a/
tt.rkt
+++ b/
tt.rkt
@@
-138,7
+138,7
@@
[text "Lorem ipsum"]
[nick "foo"]
[uri "bar"]
- [actual (str->msg nick uri (string-
join (list ts text) tab
))]
+ [actual (str->msg nick uri (string-
append ts tab text
))]
[expected (msg 1605756129 ts nick uri text)])
; FIXME re-enable after handling tz offset
;(check-equal?
This page took
0.032541 seconds
and
4
git commands to generate.