Skip to content

Commit

Permalink
Item13059: Unit test for tml corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Oct 21, 2014
1 parent d217792 commit a315760
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm
Expand Up @@ -709,6 +709,18 @@ HERE
$ Dim Sum: S. F.
$ Sauerkraut: Germany
* Fennel
HERE
},
{
exec => $ROUNDTRIP | $TML2HTML | $HTML2TML,
name => 'definitionListWithFormat_Item13059',
html => <<'HERE',
<dl><dt><span class="WYSIWYG_TT">"name"</span></dt><dd>The name provided on the github user account. Typically this provide as "First Last", although older github accounts might use this as the username (see below),</dd><dt><b>"email"</b></dt><dd>The email address registered on the github user account.,</dd><dt><span class="WYSIWYG_TT">"username"</span></dt><dd>The github account userid.</dd></dl>
HERE
tml => <<'HERE',
$ ="name"=: The name provided on the github user account. Typically this provide as "First Last", although older github accounts might use this as the username (see below),
$ *"email"*: The email address registered on the github user account.,
$ ="username"=: The github account userid.
HERE
},
{
Expand Down

0 comments on commit a315760

Please sign in to comment.