use single quotes for text

This commit is contained in:
Asdine El Hrychy
2025-09-21 11:28:55 +05:30
parent 4ed42be27b
commit a60e2f33e1
57 changed files with 823 additions and 818 deletions

View File

@@ -32,7 +32,7 @@ func TestParserExpr(t *testing.T) {
{"-float64", "-10.0", testutil.DoubleValue(-10), false},
// strings
{"double quoted string", `"10.0"`, testutil.TextValue("10.0"), false},
{"double quoted string", `'10.0'`, testutil.TextValue("10.0"), false},
{"single quoted string", "'-10.0'", testutil.TextValue("-10.0"), false},
// byteas