Added a test for correct output of the JS:in operator.
authorTravis Cross <tc@traviscross.com>
Mon, 12 May 2008 08:26:03 +0000 (08:26 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 12 May 2008 08:26:03 +0000 (08:26 +0000)
t/ps-tests.lisp

index e4a1dac..56f5468 100644 (file)
@@ -258,6 +258,10 @@ x = 2 + sideEffect() + x + 5;")
   (* 3 (+ 4 5) 6)
   "3 * (4 + 5) * 6")
 
+(test-ps-js operators-1
+  (in prop obj)
+  "prop in obj")
+
 (test-ps-js incf1
   (incf foo bar)
   "foo += bar")