summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-08 00:17:04 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-08 00:17:04 +0100
commitfe58a9295d44bd58bb4e48e449eb56c070e099d8 (patch)
tree28d375d9ce81a2e37c4d33dc1b681b883c3980fa /test
parent5eb01d279361ee7465d3a3f7d9494f1cd1018dd6 (diff)
Update spec.
Diffstat (limited to 'test')
-rw-r--r--test/spec.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/spec.txt b/test/spec.txt
index c49e85b..857e92c 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -5976,8 +5976,8 @@ the following principles resolve ambiguity:
an interpretation `<strong>...</strong>` is always preferred to
`<em><em>...</em></em>`.
-14. An interpretation `<strong><em>...</em></strong>` is always
- preferred to `<em><strong>..</strong></em>`.
+14. An interpretation `<em><strong>...</strong></em>` is always
+ preferred to `<strong><em>..</em></strong>`.
15. When two potential emphasis or strong emphasis spans overlap,
so that the second begins before the first ends and ends after
@@ -7000,14 +7000,14 @@ Rule 14:
```````````````````````````````` example
***foo***
.
-<p><strong><em>foo</em></strong></p>
+<p><em><strong>foo</strong></em></p>
````````````````````````````````
```````````````````````````````` example
_____foo_____
.
-<p><strong><strong><em>foo</em></strong></strong></p>
+<p><em><strong><strong>foo</strong></strong></em></p>
````````````````````````````````