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 11a25e8 commit 609bde0Copy full SHA for 609bde0
test/src/databases/all/compound-atomic.spec.ts
@@ -321,8 +321,6 @@ describe.each(runtimes.runtimeList)(
321
-> { select: b is pick rec.bc.b when true else 'b' }
322
`).malloyResultMatches(runtime, {b: 'b'});
323
});
324
- test.todo('record field with quote in name');
325
- test.todo('record field with double quote in name');
326
test.todo('array or record where first entries are null');
327
328
describe('repeated record', () => {
0 commit comments