Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 66f660e

Browse files
committed
WIP: v0.31.2 spec updates
1 parent 62e3349 commit 66f660e

10 files changed

+1886
-1880
lines changed

test/common_mark/autolinks.unit

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
1-
>>> Autolinks - 593
1+
>>> Autolinks - 594
22
<http://foo.bar.baz>
33
<<<
44
<p><a href="http://foo.bar.baz">http://foo.bar.baz</a></p>
5-
>>> Autolinks - 594
6-
<http://foo.bar.baz/test?q=hello&id=22&boolean>
7-
<<<
8-
<p><a href="http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean">http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean</a></p>
95
>>> Autolinks - 595
6+
<https://foo.bar.baz/test?q=hello&id=22&boolean>
7+
<<<
8+
<p><a href="https://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean">https://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean</a></p>
9+
>>> Autolinks - 596
1010
<irc://foo.bar:2233/baz>
1111
<<<
1212
<p><a href="irc://foo.bar:2233/baz">irc://foo.bar:2233/baz</a></p>
13-
>>> Autolinks - 596
13+
>>> Autolinks - 597
1414
1515
<<<
1616
<p><a href="MAILTO:[email protected]">MAILTO:[email protected]</a></p>
17-
>>> Autolinks - 597
17+
>>> Autolinks - 598
1818
<a+b+c:d>
1919
<<<
2020
<p><a href="a+b+c:d">a+b+c:d</a></p>
21-
>>> Autolinks - 598
21+
>>> Autolinks - 599
2222
<made-up-scheme://foo,bar>
2323
<<<
2424
<p><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p>
25-
>>> Autolinks - 599
26-
<http://../>
27-
<<<
28-
<p><a href="http://../">http://../</a></p>
2925
>>> Autolinks - 600
30-
<localhost:5001/foo>
26+
<https://../>
3127
<<<
32-
<p><a href="localhost:5001/foo">localhost:5001/foo</a></p>
28+
<p><a href="https://../">https://../</a></p>
3329
>>> Autolinks - 601
34-
<http://foo.bar/baz bim>
30+
<localhost:5001/foo>
3531
<<<
36-
<p>&lt;http://foo.bar/baz bim&gt;</p>
32+
<p><a href="localhost:5001/foo">localhost:5001/foo</a></p>
3733
>>> Autolinks - 602
38-
<http://example.com/\[\>
34+
<https://foo.bar/baz bim>
3935
<<<
40-
<p><a href="http://example.com/%5C%5B%5C">http://example.com/\[\</a></p>
36+
<p>&lt;https://foo.bar/baz bim&gt;</p>
4137
>>> Autolinks - 603
38+
<https://example.com/\[\>
39+
<<<
40+
<p><a href="https://example.com/%5C%5B%5C">https://example.com/\[\</a></p>
41+
>>> Autolinks - 604
4242
4343
<<<
4444
<p><a href="mailto:[email protected]">[email protected]</a></p>
45-
>>> Autolinks - 604
45+
>>> Autolinks - 605
4646
4747
<<<
4848
<p><a href="mailto:[email protected]">[email protected]</a></p>
49-
>>> Autolinks - 605
49+
>>> Autolinks - 606
5050
5151
<<<
5252
<p>&lt;[email protected]&gt;</p>
53-
>>> Autolinks - 606
53+
>>> Autolinks - 607
5454
<>
5555
<<<
5656
<p>&lt;&gt;</p>
57-
>>> Autolinks - 607
58-
< http://foo.bar >
59-
<<<
60-
<p>&lt; http://foo.bar &gt;</p>
6157
>>> Autolinks - 608
58+
< https://foo.bar >
59+
<<<
60+
<p>&lt; https://foo.bar &gt;</p>
61+
>>> Autolinks - 609
6262
<m:abc>
6363
<<<
6464
<p>&lt;m:abc&gt;</p>
65-
>>> Autolinks - 609
65+
>>> Autolinks - 610
6666
<foo.bar.baz>
6767
<<<
6868
<p>&lt;foo.bar.baz&gt;</p>
69-
>>> Autolinks - 610
70-
http://example.com
71-
<<<
72-
<p>http://example.com</p>
7369
>>> Autolinks - 611
70+
https://example.com
71+
<<<
72+
<p>https://example.com</p>
73+
>>> Autolinks - 612
7474
7575
<<<
7676

test/common_mark/backslash_escapes.unit

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ bar</p>
5353
<pre><code>\[\]
5454
</code></pre>
5555
>>> Backslash escapes - 20
56-
<http://example.com?find=\*>
56+
<https://example.com?find=\*>
5757
<<<
58-
<p><a href="http://example.com?find=%5C*">http://example.com?find=\*</a></p>
58+
<p><a href="https://example.com?find=%5C*">https://example.com?find=\*</a></p>
5959
>>> Backslash escapes - 21
6060
<a href="/bar\/)">
6161
<<<

test/common_mark/code_spans.unit

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ baz`
7676
<<<
7777
<p><a href="`">`</p>
7878
>>> Code spans - 345
79-
`<http://foo.bar.`baz>`
79+
`<https://foo.bar.`baz>`
8080
<<<
81-
<p><code>&lt;http://foo.bar.</code>baz&gt;`</p>
81+
<p><code>&lt;https://foo.bar.</code>baz&gt;`</p>
8282
>>> Code spans - 346
83-
<http://foo.bar.`baz>`
83+
<https://foo.bar.`baz>`
8484
<<<
85-
<p><a href="http://foo.bar.%60baz">http://foo.bar.`baz</a>`</p>
85+
<p><a href="https://foo.bar.%60baz">https://foo.bar.`baz</a>`</p>
8686
>>> Code spans - 347
8787
```foo``
8888
<<<

0 commit comments

Comments
 (0)