mirror of
https://github.com/inzerosight/ZWUS-rs.git
synced 2026-04-07 05:02:15 +00:00
Modify npm_base_3 with new raw string content
Update npm_base_3 to include specific invisible characters.
This commit is contained in:
@@ -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#""#;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user