genTest output is emitting incorrect token type for comments.
This then triggers an assertion in transformTests.js runner
genTest output is emitting incorrect token type for comments.
This then triggers an assertion in transformTests.js runner
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/services/parsoid | master | +1 -1 | Replaced token type 'COMMENT' with 'CommentTk' |
Presumably this is fixed by https://gerrit.wikimedia.org/r/c/mediawiki/services/parsoid/+/461708
No. That only dealt with the "hardcoded" unit tests and consumption of those tests .. not generation of those test files.
Change 464426 had a related patch set uploaded (by Subramanya Sastry; owner: Sbailey):
[mediawiki/services/parsoid@master] Replaced token type 'COMMENT' with 'CommentTk'
Change 464426 merged by jenkins-bot:
[mediawiki/services/parsoid@master] Replaced token type 'COMMENT' with 'CommentTk'