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
|
||||
|
||||
`),
|
||||
[[{tag: '==', lhs: `foo`, rhs: `1`}]]
|
||||
[{ script: [{tag: '==', lhs: `foo`, rhs: `1`}], name: undefined }]
|
||||
)
|
||||
})
|
||||
|
||||
|
@ -23,7 +23,7 @@ test('tests', t => {
|
|||
c // => 1
|
||||
d
|
||||
|
||||
*/`),
|
||||
*/`).map(s => s.script),
|
||||
[
|
||||
[
|
||||
{tag: 'Statement', stmt: 'a;'},
|
||||
|
|
Loading…
Add table
Reference in a new issue