Do not trim quotes

This commit is contained in:
Mikhail Goncharov
2021-06-09 13:39:12 +02:00
committed by GitHub
parent c2437fc419
commit 95b01e7d7a

View File

@@ -289,7 +289,7 @@ describe('cds.ql → cqn', () => {
'and',
{ ref: ['args'] },
'in',
{ list: [{ val: 'foo' }, { val: 'bar' }, { val: 3 }] },
{ list: args.map(val => ({ val })) },
'and',
'(', //> this one is missing, and that's changing the logic -> that's a BUG
{ ref: ['x'] },