diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-29 07:04:57 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-29 07:05:03 -0700 |
commit | 645bcf6a39a534ae2e8840e73196b24c9f24c145 (patch) | |
tree | 97c5f0973b814f043261c842279b390cce231d71 /test | |
parent | f31923f09c07da484aa74cdd10eb7552c71a4444 (diff) |
Updated spec.txt.
Diffstat (limited to 'test')
-rw-r--r-- | test/spec.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/spec.txt b/test/spec.txt index 7ad874d..5c06ec1 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -5063,9 +5063,9 @@ both left- and right-flanking, because it is preceded by punctuation: . -foo-_(bar)_ +foo-__(bar)__ . -<p>foo-<em>(bar)</em></p> +<p>foo-<strong>(bar)</strong></p> . @@ -5177,9 +5177,9 @@ both left- and right-flanking, because it is followed by punctuation: . -_(bar)_. +__(bar)__. . -<p><em>(bar)</em>.</p> +<p><strong>(bar)</strong>.</p> . Rule 9: |