summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-10 09:00:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-11 11:17:41 -0700
commit5cd513026fe49e83cfd544a7b375bf4fa1466b21 (patch)
treea3a51cfa1ad53de97d03496e545318fd53b97bdc /spec.txt
parente245f1a2d5ec76807633806a5af1ebe52fe5bd6d (diff)
Updated test cases in spec to reflect last change.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/spec.txt b/spec.txt
index 37f92c5..e1aa502 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4612,18 +4612,12 @@ Note that there are some asymmetries here:
**foo* bar*
.
<p><em>foo <em>bar</em></em></p>
-<p>**foo* bar*</p>
+<p><em><em>foo</em> bar</em></p>
.
More cases with mismatched delimiters:
.
-**foo* bar*
-.
-<p>**foo* bar*</p>
-.
-
-.
*bar***
.
<p><em>bar</em>**</p>