aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extensions/extra/tables.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-11-07 12:57:18 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2015-11-07 12:57:18 -0500
commitb8f87d1555dd391c8010f32cfea8ca6ec7768a9b (patch)
tree933a9115933513c034e9e3b06918818b0c7d5072 /tests/extensions/extra/tables.txt
parent5deee37e22192c8e6e0d55358eaa013494d20b2c (diff)
parentb966709845116975709bbe7aec98eab6732e44df (diff)
downloadmarkdown-b8f87d1555dd391c8010f32cfea8ca6ec7768a9b.tar.gz
markdown-b8f87d1555dd391c8010f32cfea8ca6ec7768a9b.tar.bz2
markdown-b8f87d1555dd391c8010f32cfea8ca6ec7768a9b.zip
Merge pull request #441 from mitya57/master
Fix #440 (Tables extension drops characters after code spans)
Diffstat (limited to 'tests/extensions/extra/tables.txt')
-rw-r--r--tests/extensions/extra/tables.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/extensions/extra/tables.txt b/tests/extensions/extra/tables.txt
index 1602d1f..c9ca70a 100644
--- a/tests/extensions/extra/tables.txt
+++ b/tests/extensions/extra/tables.txt
@@ -68,4 +68,10 @@ words |``` some | code ``` | more words
words |```` some | code ```` | more words
words |`` some ` | ` code `` | more words
words |``` some ` | ` code ``` | more words
-words |```` some ` | ` code ```` | more words \ No newline at end of file
+words |```` some ` | ` code ```` | more words
+
+A test for issue #440:
+
+foo | bar
+--- | ---
+foo | (`bar`) and `baz`. \ No newline at end of file