Skip to content

Commit

Permalink
iolist test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuku committed Oct 29, 2024
1 parent 3c948b1 commit d2e132d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/query_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1852,6 +1852,7 @@ defmodule QueryTest do
end

test "comment is not interfering with the query", context do
assert [[123]] = query("select 123", [], comment: ["query", "comment" | ["goes here"]])
assert [[123]] = query("select 123", [], comment: "query comment goes here")
assert [[123]] = query("select 123;", [], comment: "query comment goes here")
end
Expand Down

0 comments on commit d2e132d

Please sign in to comment.