[tests for some bugs, reported by Marijn Haverbeke Henrik Hjelte **20061115204456] hunk ./t/test.lisp 39 + +(test-ps-js plus-is-not-commutative + (setf x (+ "before" x "after")) + "x = 'before' + x + 'after';") + +(test-ps-js dot-notation-bug + (.match (+ "" x) "foo") + "('' + x).match('foo')")