Skip to content

Commit

Permalink
skip AY token
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Jul 27, 2022
1 parent d8150aa commit 1801298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/skipped-token.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SkippedToken extends CommentToken {
checkTypes.assert.string(line);

// line contains a skipped token
return /^(AT|TO|TC|SP|SB|V Z=\d|AF|AG).*$/.test(line);
return /^(AT|TO|TC|SP|SB|V Z=\d|AF|AG|AY).*$/.test(line);
}

tokenize(line, lineNumber) {
Expand Down

0 comments on commit 1801298

Please sign in to comment.