File: Notes

package info (click to toggle)
xmlformat 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,012 kB
  • sloc: xml: 2,289; perl: 996; ruby: 831; makefile: 109; sh: 65
file content (13 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
For each test x, there are several files:

x.conf - the configuration file containing the formatting options
x.xml - the input XML document
x.res - the expected result from xmlformat

To run the test, type "./runtest x" in the parent directory.
This will generate output into the file x.out, compare it to
x.res, and display a diff if they are different.  To run all
the tests, type "./runtest all".

runtest uses xmlformat.pl by default.  To use xmlformat.rb,
use runtest -r.