Modify npm_base_3 with new raw string content

Update npm_base_3 to include specific invisible characters.
This commit is contained in:
2026-03-27 01:09:52 -07:00
committed by GitHub
parent 34fb077641
commit 267eb75c2a

View File

@@ -35,7 +35,7 @@ fn npm_vectors_decode_to_test123_checkmark() {
// zwus.encodeString("Test123!✅", 8) // zwus.encodeString("Test123!✅", 8)
// //
// Keep these as raw strings to preserve invisible chars exactly. // 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_6 = r#""#;
let npm_base_8 = r#""#; let npm_base_8 = r#""#;