Skip to content

Commit da97efb

Browse files
committed
fix tests, versions
1 parent aaacbb8 commit da97efb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/commonmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* commonmark 0.31.2-1 https://github.com/commonmark/commonmark.js @license BSD3 */
1+
/* commonmark 0.31.2-0 https://github.com/commonmark/commonmark.js @license BSD3 */
22
(function (global, factory) {
33
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
44
typeof define === 'function' && define.amd ? define(['exports'], factory) :

test/spec.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8842,7 +8842,7 @@ Spaces are not allowed in autolinks:
88428842
```````````````````````````````` example
88438843
<https://foo.bar/baz bim>
88448844
.
8845-
<p>&lt;<a href="https://foo.bar/baz">http://foo.bar/baz</a> bim&gt;</p>
8845+
<p>&lt;<a href="https://foo.bar/baz">https://foo.bar/baz</a> bim&gt;</p>
88468846
````````````````````````````````
88478847

88488848

@@ -8905,7 +8905,7 @@ These are not autolinks:
89058905
```````````````````````````````` example
89068906
< https://foo.bar >
89078907
.
8908-
<p>&lt; <a href="https://foo.bar">http://foo.bar</a> &gt;</p>
8908+
<p>&lt; <a href="https://foo.bar">https://foo.bar</a> &gt;</p>
89098909
````````````````````````````````
89108910

89118911

@@ -8926,7 +8926,7 @@ These are not autolinks:
89268926
```````````````````````````````` example
89278927
https://example.com
89288928
.
8929-
<p><a href="https://example.com">http://example.com</a></p>
8929+
<p><a href="https://example.com">https://example.com</a></p>
89308930
````````````````````````````````
89318931

89328932

0 commit comments

Comments
 (0)