fixed minor issues with advanced lambda lists, additional quoted-nil hack
[clinton/parenscript.git] / t / ps-tests.lisp
index 167b84c..d811cfa 100644 (file)
@@ -226,6 +226,14 @@ x = 2 + sideEffect() + x + 5;")
   (slot-value foo 'nil)
   "foo")
 
+(test-ps-js unquoted-nil
+  nil
+  "null")
+
+(test-ps-js list-with-single-nil
+  (array 'nil)
+  "[null]")
+
 (test-ps-js quoted-nil
   'nil
   "null")
\ No newline at end of file