-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Given the following script as test.lua
:
print(("\128"):byte(1, 1) == 128)
Run darklua minify test.lua test.min.lua
to get test.min.lua
:
print(('\u{80}'):byte(1,1)==128)
Run both scripts using luau and observe that the first script will print true while the second one will print false
xonae, jacesc, matthargett and ewd3v
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working