]> granicus.if.org Git - multimarkdown/commitdiff
FIXED: Update test suite for abbreviation changes
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Mon, 6 Mar 2017 18:36:11 +0000 (13:36 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Mon, 6 Mar 2017 18:36:11 +0000 (13:36 -0500)
tests/MMD6Tests/Abbreviations.fodt
tests/MMD6Tests/Abbreviations.html
tests/MMD6Tests/Integrated.fodt
tests/MMD6Tests/Integrated.html

index cb83998790f734feb81eb7e6954a111caa112e7c..419531166206efb893371885c487f1c6c6d0b4bf 100644 (file)
 </office:meta>
 <office:body>
 <office:text>
-<text:p text:style-name="Standard">foo<text:note text:id="gn1" text:note-class="glossary"><text:note-body><text:p text:style-name="Footnote">FOO</text:p></text:note-body></text:note></text:p>
+<text:p text:style-name="Standard">FOO (foo)</text:p>
 
-<text:p text:style-name="Standard">bar<text:note text:id="gn2" text:note-class="glossary"><text:note-body><text:p text:style-name="Footnote">BAR</text:p></text:note-body></text:note></text:p>
+<text:p text:style-name="Standard">BAR (bar)</text:p>
 
 <text:p text:style-name="Standard">foo bar</text:p>
 
-<text:p text:style-name="Standard">foobar<text:note text:id="gn3" text:note-class="glossary"><text:note-body><text:p text:style-name="Footnote">FOOBAR</text:p></text:note-body></text:note></text:p>
+<text:p text:style-name="Standard">FOOBAR (foobar)</text:p>
 
-<text:p text:style-name="Standard">foo bar<text:note text:id="gn4" text:note-class="glossary"><text:note-body><text:p text:style-name="Footnote">FOO BAR</text:p></text:note-body></text:note></text:p>
+<text:p text:style-name="Standard">FOO BAR (foo bar)</text:p>
 
 <text:p text:style-name="Standard">5</text:p>
 
-<text:p text:style-name="Standard">baz<text:note text:id="gn5" text:note-class="glossary"><text:note-body><text:p text:style-name="Footnote">BAZ (BAT)</text:p></text:note-body></text:note></text:p>
+<text:p text:style-name="Standard"><text:p text:style-name="Footnote">BAZ (BAT)</text:p> (baz)</text:p>
 </office:text>
 </office:body>
 </office:document>
index 099d516d9e0dadfbe487db27efe1d7d72beab5cf..f5e2b4e69704a6f172ec233ab47610b6fd4c4108 100644 (file)
@@ -6,19 +6,19 @@
 </head>
 <body>
 
-<p><abbr title="FOO">foo</abbr></p>
+<p>FOO (<abbr title="FOO">foo</abbr>)</p>
 
-<p><abbr title="BAR">bar</abbr></p>
+<p>BAR (<abbr title="BAR">bar</abbr>)</p>
 
 <p><abbr title="FOO">foo</abbr> <abbr title="BAR">bar</abbr></p>
 
-<p><abbr title="FOOBAR">foobar</abbr></p>
+<p>FOOBAR (<abbr title="FOOBAR">foobar</abbr>)</p>
 
-<p><abbr title="FOO BAR">foo bar</abbr></p>
+<p>FOO BAR (<abbr title="FOO BAR">foo bar</abbr>)</p>
 
 <p>5</p>
 
-<p><abbr title="BAZ (BAT)">baz</abbr></p>
+<p>BAZ (BAT) (<abbr title="BAZ (BAT)">baz</abbr>)</p>
 
 </body>
 </html>
index de11329a653fc37bc96c02463fd9a1ca42fa3535..bf1e20d2aaa7ec03e2501af6b0f3d5390410e8d9 100644 (file)
@@ -393,7 +393,7 @@ draw:z-index="0" draw:style-name="fr1" svg:width="40pt">
 
 <text:h text:outline-level="1"><text:bookmark text:name="abbreviations"/>Abbreviations<text:bookmark-end text:name="abbreviations"/></text:h>
 
-<text:p text:style-name="Standard">MMD<text:note text:id="gn1" text:note-class="glossary"><text:note-body><text:p text:style-name="Footnote">MultiMarkdown</text:p></text:note-body></text:note></text:p>
+<text:p text:style-name="Standard">MultiMarkdown (MMD)</text:p>
 </office:text>
 </office:body>
 </office:document>
index 083e26bad60ed40a5cef82143ee5e4fefc57a83f..d25c7a29ed83cb8ca00d137d9d2bb421934e55b7 100644 (file)
@@ -121,7 +121,7 @@ code
 
 <h1 id="abbreviations">Abbreviations</h1>
 
-<p><abbr title="MultiMarkdown">MMD</abbr></p>
+<p>MultiMarkdown (<abbr title="MultiMarkdown">MMD</abbr>)</p>
 
 <div class="footnotes">
 <hr />