century-arcade / xd

a futureproof crossword corpus toolset
MIT License
221 stars 26 forks source link

xdfile adds in a blank clue when reading in a .xd file #64

Open boisvert42 opened 1 year ago

boisvert42 commented 1 year ago

Specifically, it looks like this (('', ''), '', '') This makes reading and then writing an .xd file have an additional newline between the across and down clues

saulpw commented 1 year ago

This will find puzzles that are afflicted with the extra newline: grep -rPzl '\n\n\nD1'