Fixed tests
This commit is contained in:
parent
6f29f4be0b
commit
2b120ba9ef
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ test('tests', t => {
|
||||||
foo // => 1
|
foo // => 1
|
||||||
|
|
||||||
`),
|
`),
|
||||||
[[{tag: '==', lhs: `foo`, rhs: `1`}]]
|
[{ script: [{tag: '==', lhs: `foo`, rhs: `1`}], name: undefined }]
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ test('tests', t => {
|
||||||
c // => 1
|
c // => 1
|
||||||
d
|
d
|
||||||
|
|
||||||
*/`),
|
*/`).map(s => s.script),
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
{tag: 'Statement', stmt: 'a;'},
|
{tag: 'Statement', stmt: 'a;'},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue