From 8c58e3c6be7b4288f3d1809426219a5d116560d2 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 28 Sep 2020 11:13:13 +0200 Subject: [PATCH] Correct percent-encode example and add one Fixes #545. --- url.bs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/url.bs b/url.bs index 3115d75a..6e33f3b5 100644 --- a/url.bs +++ b/url.bs @@ -302,9 +302,12 @@ a percentEncodeSet, return the result of running Input Output - Percent-encode input - 0x7F + Percent-encode input + 0x23 "%23" + + 0x7F + "%7F" Percent-decode input `%25%s%1G` @@ -3493,6 +3496,7 @@ Tristan Seligmann, Valentin Gosu, Vyacheslav Matva, Wei Wang, +Wolf Lammen, 山岸和利 (Yamagishi Kazutoshi), Yongsheng Zhang, 成瀬ゆい (Yui Naruse), and