Commit 3428fc9
authored
fix(test): scope m:nary supHide assertion to operator wrapper (#2833)
The union-with-supHide assertion checked for any <msub> in the whole
<math> element, but the scenario 6 fixture body contains <m:sSub>
(Aᵢ), which legitimately renders as <msub>. That made the test fail
on every run since it landed. Assert on the n-ary's own wrapper
(the parent of <mo>⋃</mo>) instead, which is what the test was
actually trying to verify.1 parent f175c5d commit 3428fc9
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
960 | 964 | | |
961 | | - | |
| 965 | + | |
962 | 966 | | |
963 | 967 | | |
964 | 968 | | |
965 | 969 | | |
966 | 970 | | |
967 | | - | |
| 971 | + | |
968 | 972 | | |
969 | 973 | | |
970 | 974 | | |
| |||
0 commit comments