| 1276 | } |
| 1277 | |
| 1278 | void PiuText_endSpan(xsMachine *the) |
| 1279 | { |
| 1280 | PiuText* self = PIU(Text, xsThis); |
| 1281 | if ((*self)->nodeOffset == -1) |
| 1282 | xsUnknownError("no span"); |
| 1283 | PiuTextEndNode(self, piuTextNodeEndSpanKind); |
| 1284 | if ((*self)->nodeOffset == -1) |
| 1285 | xsUnknownError("span outside block"); |
| 1286 | } |
| 1287 | |
| 1288 | |
| 1289 |
nothing calls this directly
no test coverage detected