- Fix the last three test cases
This commit is contained in:
parent
c5bbd26680
commit
53b00294cd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41218
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@
|
|||
|
||||
<pattern name="Check callout validity">
|
||||
<rule context="/">
|
||||
<assert test="//screenco">Callouts with screenco are not supported; use screen and co instead.</assert>
|
||||
<assert test="//programlistingco">Callouts with programlistingco are not supported; use programlisting and co instead.</assert>
|
||||
<assert test="//graphicco">Callouts on graphics are not supported.</assert>
|
||||
<report test="//screenco">Callouts with screenco are not supported; use screen and co instead.</report>
|
||||
<report test="//programlistingco">Callouts with programlistingco are not supported; use programlisting and co instead.</report>
|
||||
<report test="//graphicco">Callouts on graphics are not supported.</report>
|
||||
</rule>
|
||||
</pattern>
|
||||
</schema>
|
||||
|
|
Loading…
Reference in a new issue