diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/U_tests.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/U_tests.json b/tests/U_tests.json index bf8d129..a8b5688 100644 --- a/tests/U_tests.json +++ b/tests/U_tests.json @@ -37,8 +37,8 @@ }, { - "args": ["%% %1%x %1x%x1%xx%11%ff%FF"], - "exp": "%25%25%20%251%25x%20%251x%25x1%25xx%11%ff%FF", + "args": ["%% %1%x %1x%x1%xx%11%ff%FF%0f%0F %"], + "exp": "%25%25%20%251%25x%20%251x%25x1%25xx%11%ff%FF%0f%0F%20%25", "name": "U() quoting of % if not followed by 2 hex digits" }, |