TagStudio icon indicating copy to clipboard operation
TagStudio copied to clipboard

fix: proper error on unterminated quoted string

Open Computerdores opened this issue 8 months ago • 0 comments

Summary

The tokenizer now returns a ParsingError when encountering an unterminated quoted string (e.g. "asd). This way the proper handling for ParsingErrors kicks in. (Also includes minor refactors to fix warnings in the associated files)

Tasks Completed

  • Platforms Tested:
    • [x] Windows x86
    • [ ] Windows ARM
    • [ ] macOS x86
    • [ ] macOS ARM
    • [ ] Linux x86
    • [ ] Linux ARM
  • Tested For:
    • [x] Basic functionality
    • [ ] PyInstaller executable

Computerdores avatar May 21 '25 20:05 Computerdores