Skip to content

Commit 9a5bbf7

Browse files
committed
Revert "import spec changes"
Making CI useful again for now. This reverts commit 4b6ceb6.
1 parent 0996db0 commit 9a5bbf7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

test/spec.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5995,12 +5995,12 @@ Here are some nonentities:
59955995

59965996
```````````````````````````````` example
59975997
&nbsp &x; &#; &#x;
5998-
�
5998+
�
59995999
&#abcdef0;
60006000
&ThisIsNotDefined; &hi?;
60016001
.
60026002
<p>&amp;nbsp &amp;x; &amp;#; &amp;#x;
6003-
&amp;#87654321;
6003+
&amp;#987654321;
60046004
&amp;#abcdef0;
60056005
&amp;ThisIsNotDefined; &amp;hi?;</p>
60066006
````````````````````````````````
@@ -8232,8 +8232,9 @@ perform the *Unicode case fold*, strip leading and trailing
82328232
matching reference link definitions, the one that comes first in the
82338233
document is used. (It is desirable in such cases to emit a warning.)
82348234

8235-
The link's URI and title are provided by the matching [link
8236-
reference definition].
8235+
The contents of the first link label are parsed as inlines, which are
8236+
used as the link's text. The link's URI and title are provided by the
8237+
matching [link reference definition].
82378238

82388239
Here is a simple example:
82398240

@@ -8326,11 +8327,11 @@ emphasis grouping:
83268327

83278328

83288329
```````````````````````````````` example
8329-
[foo *bar][ref]*
8330+
[foo *bar][ref]
83308331

83318332
[ref]: /uri
83328333
.
8333-
<p><a href="/uri">foo *bar</a>*</p>
8334+
<p><a href="/uri">foo *bar</a></p>
83348335
````````````````````````````````
83358336

83368337

@@ -8378,11 +8379,11 @@ Matching is case-insensitive:
83788379
Unicode case fold is used:
83798380

83808381
```````````````````````````````` example
8381-
[ẞ]
8382+
[Толпой][Толпой] is a Russian word.
83828383

8383-
[SS]: /url
8384+
[ТОЛПОЙ]: /url
83848385
.
8385-
<p><a href="/url"></a></p>
8386+
<p><a href="/url">Толпой</a> is a Russian word.</p>
83868387
````````````````````````````````
83878388

83888389

0 commit comments

Comments
 (0)