r9359: Fixes for PRINT-QUERY and sql concatenation operator (||).
[clsql.git] / tests / test-syntax.lisp
index ac8247ef45d903e4aa90938d310d94ae1a21a0cf..cd8d2ba1e4d08604800fe5c20d745b4f1620e472 100644 (file)
 
 
 (deftest :syntax/concat/1 
-    (clsql:sql [\|\| [foo] [bar] [baz]])
+    (clsql:sql [|| [foo] [bar] [baz]])
  "(FOO || BAR || BAZ)")