diff --git a/test/honeysql/format_test.clj b/test/honeysql/format_test.clj index f35db3f..2980260 100644 --- a/test/honeysql/format_test.clj +++ b/test/honeysql/format_test.clj @@ -21,7 +21,9 @@ (deftest test-dashed-quote (binding [*allow-dashed-names?* true] (is (= (quote-identifier :foo-bar) "foo-bar")) - (is (= (quote-identifier :foo-bar :style :ansi) "\"foo-bar\"")))) + (is (= (quote-identifier :foo-bar :style :ansi) "\"foo-bar\"")) + (is (= (quote-identifier :foo-bar.moo-bar :style :ansi) + "\"foo-bar\".\"moo-bar\"")))) (deftest test-cte (is (= (format-clause