Fix test I didn't know existed
This commit is contained in:
parent
5a02205fc8
commit
ab7fa1a78d
1 changed files with 2 additions and 1 deletions
|
|
@ -205,7 +205,8 @@ module.exports = {
|
|||
iterator.stepForward();
|
||||
iterator.stepForward();
|
||||
iterator.stepForward();
|
||||
|
||||
iterator.stepForward();
|
||||
|
||||
assert.equal(iterator.getCurrentToken().value, "for");
|
||||
assert.equal(iterator.getCurrentTokenRow(), 1);
|
||||
assert.equal(iterator.getCurrentTokenColumn(), 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue