From 267eb75c2a2b9bfdad62d390c0a829d949d9302e Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 27 Mar 2026 01:09:52 -0700 Subject: [PATCH] Modify npm_base_3 with new raw string content Update npm_base_3 to include specific invisible characters. --- tests/zwus.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zwus.rs b/tests/zwus.rs index 02047a4..ee510de 100644 --- a/tests/zwus.rs +++ b/tests/zwus.rs @@ -35,7 +35,7 @@ fn npm_vectors_decode_to_test123_checkmark() { // zwus.encodeString("Test123!✅", 8) // // Keep these as raw strings to preserve invisible chars exactly. - let npm_base_3 = r#""#; + let npm_base_3 = r#"​᠎᠎​᠎­​᠎‍᠎‍­​​᠎‍​­​​᠎‍‍­​‍​​­​‍​‍­​‍‍᠎­​᠎‍᠎­​​​‍᠎᠎‍‍‍"#; let npm_base_6 = r#""#; let npm_base_8 = r#""#;