Do bin -> ord for all the correct types
Fixes T1303 Auditors: alpert
This commit is contained in:
parent
7e5e6a90d3
commit
5788a76dcf
|
@ -57,7 +57,8 @@ var groupTypes = {
|
|||
var atoms = prevAtom.value.value;
|
||||
prevAtom = atoms[atoms.length - 1];
|
||||
}
|
||||
if (!prev || utils.contains(["bin", "open", "rel"], prevAtom.type)) {
|
||||
if (!prev || utils.contains(["bin", "open", "rel", "op", "punct"],
|
||||
prevAtom.type)) {
|
||||
group.type = "ord";
|
||||
className = "mord";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user