Skip to content

Commit

Permalink
feat: add emoji char class test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Jun 1, 2024
1 parent 9c4d39f commit 4492ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/precognition/char_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe("static classes", function()
eq(cc.whitespace, 0)
eq(cc.other, 1)
eq(cc.word, 2)
eq(cc.empty_string, 3)
eq(cc.emoji, 3)
end)
end)

Expand Down

0 comments on commit 4492ba9

Please sign in to comment.