Implement case with warning #605
Annotations
5 errors and 2 warnings
npm install, build, and test:
packages/malloy/src/lang/malloy-to-ast.ts#L1637
Replace `whenCx·=>·`pick·${whenCx._result.text}·when·${whenCx._condition.text}`` with `⏎··········whenCx·=>·`pick·${whenCx._result.text}·when·${whenCx._condition.text}`⏎········`
|
|
npm install, build, and test:
packages/malloy/src/lang/test/expressions.spec.ts#L1105
Replace ``pick·'the·answer'·when·ai·=·42·pick·'the·questionable·answer'·when·ai·=·54·else·'random'`` with `⏎········`pick·'the·answer'·when·ai·=·42·pick·'the·questionable·answer'·when·ai·=·54·else·'random'`⏎······`
|
npm install, build, and test:
packages/malloy/src/lang/test/expressions.spec.ts#L1113
Replace ``pick·'the·answer'·when·ai·=·42·pick·'the·questionable·answer'·when·ai·=·54·else·null`` with `⏎········`pick·'the·answer'·when·ai·=·42·pick·'the·questionable·answer'·when·ai·=·54·else·null`⏎······`
|
npm install, build, and test
Process completed with exit code 1.
|
npm install, build, and test:
packages/malloy/src/lang/test/expressions.spec.ts#L1105
Strings must use singlequote
|
npm install, build, and test:
packages/malloy/src/lang/test/expressions.spec.ts#L1113
Strings must use singlequote
|
Loading