()
| 6754 | return modes.inBody(t); |
| 6755 | }; |
| 6756 | const closeCell = () => { |
| 6757 | generateImpliedEndTags(); |
| 6758 | popUntilOneOf(TD_TH); |
| 6759 | clearAfeToMarker(); |
| 6760 | mode = MODE_IN_ROW; |
| 6761 | }; |
| 6762 | |
| 6763 | modes.inTemplate = (t) => { |
| 6764 | if ( |
no test coverage detected