Skip to content

Commit

Permalink
Make test fail *only* for length limits
Browse files Browse the repository at this point in the history
Previously it failed due to specifying a codepoint past max *as well*, obscuring the intended fail condition.
  • Loading branch information
tabatkins authored and eugenesvk committed Jan 21, 2025
1 parent 3d8854c commit f1ac0fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
no "Even with leading 0s Unicode Scalar Value escapes must ≤6: \u{0123456}"
no "Even with leading 0s Unicode Scalar Value escapes must ≤6: \u{0012345}"

0 comments on commit f1ac0fc

Please sign in to comment.