Skip to content

Commit

Permalink
test: add non-ASCII error cases to string parsing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LiosK committed Jun 11, 2023
1 parent 3f598ea commit 6b2ed87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/identifier.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ describe("Scru128Id", function () {
"036Z8PUQ5A7J0TI08P4J 6CYA",
"F5LXX1ZZ5PNORYNQGLHZMSP34",
"ZZZZZZZZZZZZZZZZZZZZZZZZZ",
"039O\tVVKLFMQLQE7FZLLZ7C7T",
"039ONVVKLFMQLQ漢字FGVD1",
"039ONVVKL🤣QE7FZR2HDOQU",
"頭ONVVKLFMQLQE7FZRHTGCFZ",
"039ONVVKLFMQLQE7FZTFT5尾",
"039漢字A52XP4BVF4SN94E09CJA",
"039OOA52XP4BV😘SN97642MWL",
];

for (const e of cases) {
Expand Down

0 comments on commit 6b2ed87

Please sign in to comment.