Skip to content

Commit

Permalink
lol. lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
Denneisk committed Oct 24, 2023
1 parent 5054bb9 commit b06944d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/entities/gmod_wire_expression2/base/tokenizer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,6 @@ function Tokenizer:Next()

esc = self:ConsumePattern("^%b{}", true)

print(line, col, self.line, self.col)
print(esc)

if not esc then err = "Unicode escape must end with }"
elseif #esc == 2 then err = "Unicode escape cannot be empty"
elseif #esc > 8 then err = "Unicode escape can only contain up to 6 characters"
Expand Down

0 comments on commit b06944d

Please sign in to comment.