Sync with cds-runtime

This commit is contained in:
Mikhail Goncharov
2021-06-09 10:43:10 +02:00
parent c1141e6c87
commit 9381459458

View File

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