File: INDEX

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 (17 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This directory contains real regression tests, i.e. it is tested whether
reported bugs have been fixed.

001.xml		2000-08-26: Haruo's single quote bug. Attvalues delimited
		by single quotes did not work for the UTF-8 lexer.
002+.xml	2000-08-26: Haruo's file-names-are-not-URLs bug. from_file
		interpreted the file name as URL-encoded string. "002+.xml"
		because the "+" must not be decoded as space.
003.xml		2000-08-26: Alain's bug that data nodes must not be merged
		where PI nodes are created. In the "comments" directory
		there is another test for the case that comments delimit
		data material
004.xml		2002-08-31: Whether the method replacement_text of
		external entities recognizes the XML declaration at the
		beginning of files
005.xml		2002-08-31: Checking the resolution of relative paths
		(Broken in 1.1.X)