Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Dec 7, 2023
1 parent 5a06996 commit a5ebef6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ initialState:
- anchor: {line: 0, character: 24}
active: {line: 0, character: 24}
marks: {}
thrownError: {name: NoContainingScopeError}
finalState:
documentContents: for (const of bbb) {}
selections:
- anchor: {line: 0, character: 11}
active: {line: 0, character: 11}
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ initialState:
- anchor: {line: 0, character: 24}
active: {line: 0, character: 24}
marks: {}
thrownError: {name: NoContainingScopeError}
finalState:
documentContents: for (const aaa of ) {}
selections:
- anchor: {line: 0, character: 18}
active: {line: 0, character: 18}

0 comments on commit a5ebef6

Please sign in to comment.