- Do not use line break in assert text since it will also break the text when
printed out
This commit is contained in:
parent
f6c79f1bc8
commit
c5bbd26680
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41217
1 changed files with 3 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue