From 0707a2d79d5599023cda31c2255ec5fed0d670ef Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 27 Mar 2026 01:11:02 -0700 Subject: [PATCH] Update zwus.rs --- tests/zwus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zwus.rs b/tests/zwus.rs index 65509eb..a5ad000 100644 --- a/tests/zwus.rs +++ b/tests/zwus.rs @@ -37,7 +37,7 @@ fn npm_vectors_decode_to_test123_checkmark() { // Keep these as raw strings to preserve invisible chars exactly. let npm_base_3 = r#"​᠎᠎​᠎­​᠎‍᠎‍­​​᠎‍​­​​᠎‍‍­​‍​​­​‍​‍­​‍‍᠎­​᠎‍᠎­​​​‍᠎᠎‍‍‍"#; let npm_base_6 = r#"­­‍‌­​‎‌⁠‏‏‌⁠‏­‌‏­‏‌‏­­‌‏­⁠‌‎⁠‌‏‏​‏­‎"#; - let npm_base_8 = r#""#; + let npm_base_8 = r#"‏­​‌‏​‎‌‏᠎⁠‌‏᠎​‌᠎‏‌᠎­‌᠎⁠‌​‏‌­⁠​‍‎"#; let expected = "Test123!✅";