Test that \neq is in a group (#1574)

This commit is contained in:
Erik Demaine
2018-08-08 23:37:51 -04:00
committed by ylemkimon
parent dcaa1399c0
commit 00a23b682f

View File

@@ -92,6 +92,7 @@ describe("A rel parser", function() {
for (let i = 0; i < parse.length; i++) {
let group = parse[i];
if (group.type === "htmlmathml") {
expect(group.html).toHaveLength(1);
group = group.html[0];
}
if (group.type === "mclass") {