feat: Use Oniguruma-To-ES in the JS engine (#828) #536
Annotations
2 errors
Test:
packages/engine-javascript/test/compare.test.ts#L192
AssertionError: expected [ [ …(6) ] ] to deeply equal [ [ …(5) ] ]
- Expected
+ Received
Array [
Array [
Object {
"color": "#81A1C1",
"content": "SELECT",
"fontStyle": 0,
"offset": 0,
},
Object {
"color": "#D8DEE9FF",
"content": " ",
"fontStyle": 0,
"offset": 6,
},
Object {
"color": "#81A1C1",
"content": "*",
"fontStyle": 0,
"offset": 7,
},
Object {
"color": "#D8DEE9FF",
"content": " ",
"fontStyle": 0,
"offset": 8,
},
Object {
"color": "#81A1C1",
- "content": "FROM foo",
+ "content": "FROM",
"fontStyle": 0,
"offset": 9,
+ },
+ Object {
+ "color": "#D8DEE9FF",
+ "content": " foo",
+ "fontStyle": 0,
+ "offset": 13,
},
],
]
❯ packages/engine-javascript/test/compare.test.ts:192:24
❯ packages/engine-javascript/test/compare.test.ts:191:15
|
Test
Process completed with exit code 1.
|
Loading