From fcffdc90002ce7a12077d23a6b605bd316357d97 Mon Sep 17 00:00:00 2001 From: William Bell Date: Sun, 22 Jun 2025 15:01:12 +0100 Subject: [PATCH] test const buffer compression --- test.ar | 11 ++++++++++- test.json | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 test.json diff --git a/test.ar b/test.ar index 4d5f9f2..69966a8 100644 --- a/test.ar +++ b/test.ar @@ -1,3 +1,12 @@ +"h" +"e" +"ll" +"o" +" " +"wo" +"rl" +"d" +"world" "hello world" "hello world" "hello world" @@ -15,7 +24,7 @@ "hello world" "hello\u0000world" "🇬🇧" -"hello\u0000world" +"\u0000" "hello" let hello = "helllo\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nbruhhhhh" diff --git a/test.json b/test.json deleted file mode 100644 index ed6780d..0000000 --- a/test.json +++ /dev/null @@ -1 +0,0 @@ -"\u0000" \ No newline at end of file