diff options
Diffstat (limited to 'kate/xmltools/testcases.xml')
-rw-r--r-- | kate/xmltools/testcases.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/xmltools/testcases.xml b/kate/xmltools/testcases.xml index aa1e7dd..9828751 100644 --- a/kate/xmltools/testcases.xml +++ b/kate/xmltools/testcases.xml @@ -40,7 +40,7 @@ the current cursor position, replacing the old value: <td align=""> center, char, justify, left, right <td valign=""> baseline, bottom, middle, top <td valign="foobar"> -- "foobar" should be replaced - <area shape=""> circle, default, poly, rect + <area tqshape=""> circle, default, poly, rect <area foobar=""> (no predefined values) 6. Type "&". A list with named entities should appear. Select one and @@ -62,7 +62,7 @@ it should be inserted, including the trailing semicolon. <a href="foo"> blah <em>X -- <a> inside <a> is not allowed, but this limitation is not part of the DTD, so the plugin will incorrectly claim that <a> is allowed at "X". <head><title> foobar</title> X -- <title> is only allowed once, but the plugin - only looks for the parent element (<head> in this case) and ignores the existing <title>. + only looks for the tqparent element (<head> in this case) and ignores the existing <title>. <a href="foo" X > -- an attribute may only appear once, but "href" is listed by the plugin although it's used already. <td align = "X"> -- whitespace around '=' is not recognized although it's legal. |