diff --git a/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm b/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm index 04f0316a52..957c98c0ce 100644 --- a/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm +++ b/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm @@ -606,35 +606,55 @@ HERE i. Sushi HERE }, - { - exec => HTML2TML, - name => "nestedLists_Item13344", - tml => <<'HERE', - 1 An ol item - : two level of indent. counting list level - : three level indent, counting list level - text following the above indent - more text that is part of the above indent - 1 Another ol item three levels in - 1 Yet another ol item three levels in - : four level indent, counting list level - : two level indent - 1 An ol item, continued numbering in sequence after the first -HERE - html => <<"HERE" -
    -
  1. An ol item
    two level of indent. counting list level
    three level indent, counting list level\xa0 text following the above indent\xa0 more text that is part of the above indent -
      -
    1. Another ol item three levels in -
    2. Yet another ol item three levels in
      four level indent, counting list level -
      -
    -
    two level indent -
    -
  2. An ol item, continued numbering in sequence after the first -
-HERE - }, + +#Item13344 { +#Item13344 exec => HTML2TML, +#Item13344 name => "nestedLists_Item13344", +#Item13344 tml => <<'HERE', +#Item13344 1 An ol item +#Item13344 : two level of indent. counting list level +#Item13344 : three level indent, counting list level +#Item13344 text following the above indent +#Item13344 more text that is part of the above indent +#Item13344 1 Another ol item three levels in +#Item13344 1 Yet another ol item three levels in +#Item13344 : four level indent, counting list level +#Item13344 : two level indent +#Item13344 1 An ol item, continued numbering in sequence after the first +#Item13344HERE +#Item13344 html => <<"HERE" +#Item13344
    +#Item13344
  1. An ol item +#Item13344
    +#Item13344 two level of indent. counting list level +#Item13344
    +#Item13344 three level indent, counting list level +#Item13344 \xa0 +#Item13344 text following the above indent +#Item13344 \xa0 +#Item13344 more text that is part of the above indent +#Item13344
    +#Item13344
      +#Item13344
    1. +#Item13344 Another ol item three levels in +#Item13344
    2. +#Item13344
    3. +#Item13344 Yet another ol item three levels in +#Item13344
      +#Item13344 four level indent, counting list level +#Item13344
      +#Item13344
    4. +#Item13344
    +#Item13344
    +#Item13344
    two level indent +#Item13344
    +#Item13344
  2. +#Item13344
  3. +#Item13344 An ol item, continued numbering in sequence after the first +#Item13344
  4. +#Item13344
+#Item13344HERE +#Item13344 }, { exec => TML2HTML | ROUNDTRIP, name => 'orderedList_Item1341',