digling / edictor

JavaScript program for interactive viewing, manipulating, and editing of wordlists, represented in form of TSV files.
MIT License
6 stars 2 forks source link

add test routine example #219

Closed LinguList closed 1 month ago

LinguList commented 1 month ago

@patkaiist, here is a first test routine that is very simple and helped me to spot a small bug in the new CSS (there was var(--crimson) --#... instead of --crimson #, diff gives details). Probably due to some regex. But this was then fixed. I also used it to verify that the alignments.js code is using let / const now, when checking with pycharme.

LinguList commented 1 month ago

I add reformatting of code now, plus rewriting already one JS script with let / const, and consistent style.