-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I encountered this issue while trying to bundle a file with thousands of escape sequences in it.
Reproduction Steps:
- Create a Lua file with the following code:
print("\x1f8")
- Run DarkLua on the generated file using one of the following commands:
darklua --format "dense"
darklua --format "readable"
darklua minify
Observed Output:
The produced escape sequence is malformed
Expected Behavior:
Expected darklua to provide a valid escape sequence :(
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working