Skip to content

Commit

Permalink
Correct percent-encode example and add one
Browse files Browse the repository at this point in the history
Fixes #545.
  • Loading branch information
annevk committed Sep 28, 2020
1 parent 83adf0c commit 8c58e3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,12 @@ a <var>percentEncodeSet</var>, return the result of running
<th>Input
<th>Output
<tr>
<td><a for=byte>Percent-encode</a> <var>input</var>
<td>0x7F
<td rowspan=2><a for=byte>Percent-encode</a> <var>input</var>
<td>0x23
<td>"<code>%23</code>"
<tr>
<td>0x7F
<td>"<code>%7F</code>"
<tr>
<td><a for="byte sequence">Percent-decode</a> <var>input</var>
<td>`<code>%25%s%1G</code>`
Expand Down Expand Up @@ -3493,6 +3496,7 @@ Tristan Seligmann,
Valentin Gosu,
Vyacheslav Matva,
Wei Wang,
Wolf Lammen,
山岸和利 (Yamagishi Kazutoshi),
Yongsheng Zhang,
成瀬ゆい (Yui Naruse), and
Expand Down

0 comments on commit 8c58e3c

Please sign in to comment.