()
| 153 | } |
| 154 | } |
| 155 | function endRow() { |
| 156 | if (tags) { |
| 157 | if (parser.gullet.macros.get("\\df@tag")) { |
| 158 | tags.push(parser.subparse([new Token("\\df@tag")])); |
| 159 | parser.gullet.macros.set("\\df@tag", undefined, true); |
| 160 | } else { |
| 161 | tags.push(Boolean(autoTag) && |
| 162 | parser.gullet.macros.get("\\@eqnsw") === "1"); |
| 163 | } |
| 164 | } |
| 165 | } |
| 166 | beginRow(); |
| 167 | |
| 168 | // Test for \hline at the top of the array. |
no test coverage detected
searching dependent graphs…