ArneVogel / listudy

Listudy - chess training server
https://listudy.org
GNU Affero General Public License v3.0
292 stars 45 forks source link

fixed clean_input() regex to allow promotion #115

Closed sampma309 closed 2 years ago

sampma309 commented 2 years ago

Per issue #113, any custom tactic that involved promotion would not work. Looking at the solution moves, the promotion move would be missing the equal sign. I simply added an equal sign to the clean_input() regex so that it no longer deletes the equal sign and promotion now works properly.

ArneVogel commented 2 years ago

Thanks a lot