lua-pattern-tester icon indicating copy to clipboard operation
lua-pattern-tester copied to clipboard

Bug: Escape sequence is not processed.

Open fuzzko opened this issue 8 months ago • 0 comments

Describe the bug Any escape sequence that's a valid syntax in literal string is not processed correctly.

To Reproduce Steps to reproduce the behavior:

  1. Input pattern \32-
  2. Test it by inputting
  3. See error.

Expected behavior Escape sequences should be processed correctly, such as \32 as .

Screenshots

Desktop (please complete the following information):

  • OS: NixOS
  • Browser: Zen Browser
  • Version: Unstable

Additional context

fuzzko avatar May 07 '25 17:05 fuzzko