From 3db4cc7825b06590bdd60ac472d5af996c7bda2c Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 8 Apr 2021 12:09:38 -0400 Subject: [PATCH] test: unicode every character in the unicode test, for completeness --- test/assets/testdata_sanitizer_tests1.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/assets/testdata_sanitizer_tests1.dat b/test/assets/testdata_sanitizer_tests1.dat index b531675..dd96171 100644 --- a/test/assets/testdata_sanitizer_tests1.dat +++ b/test/assets/testdata_sanitizer_tests1.dat @@ -57,7 +57,7 @@ { /* and finally a version that has a chance of actually demonstrating a javascript vulnerability */ "name": "div_background_image_unicode_encoded4", - "input": "
foo
", + "input": "
foo
", "output": "
foo
" },