File: README

package info (click to toggle)
pxp 1.2.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,788 kB
  • sloc: ml: 28,666; xml: 2,597; makefile: 822; sh: 691
file content (25 lines) | stat: -rw-r--r-- 1,003 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
----------------------------------------------------------------------
Regression test "negative":
----------------------------------------------------------------------

- An errorneous XML file is parsed, and the error message is printed.

- The output is compared with a reference file. The test is only
  passed if the output and the reference are equal.

- Test data "data_jclark_notwf":
  Contains the samples by James Clark that are not well-formed. 
  The subdirectories:
  - sa:           standalone documents
  - not-sa:       non-standalone document (with external DTD)
  - ext-sa:       non-standalone document (with other external entity)

- Test data "data_jclark_invalid":
  Contains the samples by James Clark that are invalid.

- Tests that are not passed have been moved into the *-problems directories.
  The reason is typically that characters have been used not in the 
  Latin 1 character set.

- Test data "data_notwf":
  Contains own tests with samples that are not well-formed.