diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-09 16:31:22 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-09 16:31:22 -0800 |
commit | a5753eb866b6e990e81c5696a49644b14f399ccd (patch) | |
tree | efc19d94b19aa88dad702494fecba3f0296ce4f2 | |
parent | e123516bfbf9f0ebc84daef5c9467343bad9898c (diff) |
Fixed 2 typos in spec tests.
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5372,7 +5372,7 @@ unless they are escaped: . [link] bar](/uri) . -<p><[link] bar](/uri)</p> +<p>[link] bar](/uri)</p> . . @@ -5605,7 +5605,7 @@ and autolinks over link grouping: [ref]: /uri . -<p>[foo<a href="http://example.com?search=%5D%5Dref%5B">http://example.com?search=][ref]</a></p> +<p>[foo<a href="http://example.com?search=%5D%5Bref%5D">http://example.com?search=][ref]</a></p> . Matching is case-insensitive: |