File: README

package info (click to toggle)
xmldiff 0.6.10-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 472 kB
  • ctags: 280
  • sloc: python: 1,989; ansic: 257; xml: 202; sh: 108; makefile: 75
file content (18 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Data files can be added in the data/ subdirectory, with the following
naming conventions:

 * files belonging to the same test share the first 6 characters of their name
 * the 7th character is an underscore
 * original file name ends with 1.xml
 * modified file name ends with 2.xml
 * result file names end with _result, and can contain command line
options to be passed to xmldiff separated with underscores

Example:

test02_1.xml
test02_2.xml
test02_result
test02_--xupdate_result

-- Alexandre Fayolle