From 2d2c6dc21a7af16348346afdd3e7081ef9c5a16a Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Mon, 12 May 2008 08:26:03 +0000 Subject: [PATCH] Added a test for correct output of the JS:in operator. --- t/ps-tests.lisp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/ps-tests.lisp b/t/ps-tests.lisp index e4a1dac..56f5468 100644 --- a/t/ps-tests.lisp +++ b/t/ps-tests.lisp @@ -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") -- 2.20.1