Skip to content

Commit

Permalink
Update test/unit/compiler/passes/generate-bytecode.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Mingun <Alexander_Sergey@mail.ru>
  • Loading branch information
markw65 and Mingun authored Mar 29, 2022
1 parent 28ecf85 commit 1fd40f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/unit/compiler/passes/generate-bytecode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ describe("compiler pass |generateBytecode|", () => {
].join("\n"), bytecodeLocationDetails(
[37, 0, 18, 0, 2, 2, 22, 0, 23, 0, 38],
[
{ source: "-", start: { line:1, column:5, offset:4 }, end: { line:1, column:8, offset:7 } },
{
source: "-",
start: { offset: 4, line: 1, column: 5 },
end: { offset: 7, line: 1, column: 8 },
},
]
), {
grammarSource: "-",
Expand Down

0 comments on commit 1fd40f1

Please sign in to comment.