Skip to content

Commit 8d7a841

Browse files
committed
Make the textual description for port match the production rule (# was missing)
1 parent 81182ab commit 8d7a841

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

url.bs

+1
Original file line numberDiff line numberDiff line change
@@ -1224,6 +1224,7 @@ ZeroOrMore:
12241224
a solidus (<code>U+002F</code>),
12251225
a reverse solidus (<code>U+005C</code>),
12261226
a question mark (<code>U+003F</code>),
1227+
a number sign (<code>U+<code>0023</code></code>),
12271228
or the end of string is encountered.
12281229

12291230
<li>Let <code>result</code> be the <a title=cleanse>cleansed</a> set of code points using

url.pegjs

+1
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ DecimalByte
945945
a solidus (U+002F),
946946
a reverse solidus (U+005C),
947947
a question mark (U+003F),
948+
a number sign (U+0023),
948949
or the end of string is encountered.
949950
950951
<li>Let $result be the <a title=cleanse>cleansed</a> set of code points using

0 commit comments

Comments
 (0)