Make test fail *only* for length limits

Previously it failed due to specifying a codepoint past max *as well*, obscuring the intended fail condition.
This commit is contained in:
Tab Atkins Jr. 2025-01-19 09:58:22 -08:00 committed by eugenesvk
parent 3d8854c472
commit f1ac0fcc21
1 changed files with 1 additions and 1 deletions

View File

@ -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}"