Skip to content

Commit

Permalink
Merge branch 'update-expected' into typescript-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkine committed May 28, 2020
2 parents 61a27d5 + e0c67b5 commit 3b9106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ glob('samples/*/input.svelte', { cwd: __dirname })
if (e.name !== 'ParseError') throw e;
writeFileSync(
`${__dirname}/${file.replace('input.svelte', 'error.json')}`,
JSON.stringify({ code:e.code, message: e.message, pos:e.pos, start:e.start, end:e.end }, null, '\t')
JSON.stringify({ code:e.code, message: e.message, pos:e.pos, start:e.start }, null, '\t')
);
}
});

0 comments on commit 3b9106d

Please sign in to comment.