We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0544514 commit d1dfc3bCopy full SHA for d1dfc3b
test/duckdb.test.ts
@@ -71,7 +71,7 @@ describe('DuckDBFormatter', () => {
71
'>>=',
72
'<<=',
73
],
74
- { any: true }
+ { logicalOperators: ['AND', 'OR', 'XOR'], any: true }
75
);
76
supportsJoin(format, {
77
additionally: [
0 commit comments