X-Git-Url: http://git.hcoop.net/clinton/parenscript.git/blobdiff_plain/f0e3839b5fc655c4aeddcb6ac4e365c1f5083cc6..667e3784b97243a2af6e19772ec7f474fe21fa60:/t/ps-tests.lisp diff --git a/t/ps-tests.lisp b/t/ps-tests.lisp index d406295..0e3b858 100644 --- a/t/ps-tests.lisp +++ b/t/ps-tests.lisp @@ -304,7 +304,7 @@ x = 2 + sideEffect() + x + 5;") (test-ps-js blank-object-literal {} - "{}") + "{ }") (test-ps-js defun-rest1 (defun foo (&rest bar) (alert bar[1]))