unbroke Eli's change

This commit is contained in:
Robby Findler 2010-08-29 05:15:30 -05:00
parent 0aa659ffe5
commit 454f8772ab

View File

@ -159,7 +159,7 @@ add this test:
(do-input-test "(read-line)" "\n" "\n\"\"")
(do-input-test "(read-char)" "\n" "\n#\\newline")
(do-input-test "(list (read) (printf \"1\n\") (read) (printf \"3\n\"))"
(do-input-test "(list (read) (printf \"1\\n\") (read) (printf \"3\\n\"))"
"0 2\n"
"0 2\n1\n3\n(0 #<void> 2 #<void>)")