- Do not use line break in assert text since it will also break the text when

printed out
This commit is contained in:
Gabor Kovesdan 2013-03-15 07:44:31 +00:00
parent f6c79f1bc8
commit c5bbd26680
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41217

View file

@ -11,12 +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>
<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>
</rule>
</pattern>
</schema>