From 183d9c5cb1e7b7cca60974292d8d39ee292a6df6 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 19 Jul 2018 22:00:31 -0700 Subject: [PATCH] Update test file with new cases from Ruby implementation. --- test/spaces_inside_link_text.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test/spaces_inside_link_text.md b/test/spaces_inside_link_text.md index 5cbb9bd5..75d8f66b 100644 --- a/test/spaces_inside_link_text.md +++ b/test/spaces_inside_link_text.md @@ -1,10 +1,26 @@ [foo](http://bar/) +["foo"](http:/bar/) + +[`foo`](http://bar/) + +[*foo*](http://bar/) + +[**foo**](http://bar/) + +[foo "bar"](http:/baz/) + [foo ](http://bar/) {MD039} [ foo](http://bar/) {MD039} [ foo ](http://bar/) {MD039} +[ "foo" ](http://bar/) {MD039} + +[ `foo` ](http://bar/) {MD039} + +[ *foo* ](http://bar/) {MD039} + The following shouldn't break anything: [![Screenshot.png](/images/Screenshot.png)](/images/Screenshot.png)