mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Test that \neq is in a group (#1574)
This commit is contained in:
@@ -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") {
|
||||
|
Reference in New Issue
Block a user