puzzmo-com / xd-crossword-tools

A single dependency for using the xd file format for crosswords: convertors (puz -> xd, xd -> json, json -> xd, json -> puz) and editor tooling for xd
MIT License
33 stars 2 forks source link

Splits in answers with multi-character rebuses are at incorrect indexes #16

Closed samanpwbb closed 5 months ago

samanpwbb commented 6 months ago
rebus: 0=AB
splitcharacter: |

A10. Example ~ A|B|CD

Should produce a grid with a single split after 0 index, but instead produces a grid with splits after 0 and 1.

orta commented 5 months ago

Fixed in #18