diff --git a/test/assets/testdata_sanitizer_tests1.dat b/test/assets/testdata_sanitizer_tests1.dat index dd96171..0fc287e 100644 --- a/test/assets/testdata_sanitizer_tests1.dat +++ b/test/assets/testdata_sanitizer_tests1.dat @@ -61,6 +61,20 @@ "output": "
foo
" }, + { + /* and put that version into a CSS hex-encoded string */ + "name": "div_background_image_unicode_encoded5", + "input": "
foo
", + "output": "
foo
" + }, + + { + /* and again without encoding the parens */ + "name": "div_background_image_unicode_encoded6", + "input": "
foo
", + "output": "
foo
" + }, + { "name": "div_expression", "input": "
foo
",