pike.git/
lib/
modules/
Parser.pmod/
XML.pmod/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2006-01-10
2006-01-10 17:24:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1ef7711c769431c19d0544363a5f6e2e1fbf940d (
123
lines) (+
64
/-
59
)
[
Show
|
Annotate
]
Branch:
7.9
Disabled a few invalid tests.
Rev: lib/modules/Parser.pmod/XML.pmod/testsuite.in:1.9
1:
START_MARKER
-
// $Id: testsuite.in,v 1.
8
2005
/
12
/
18
14
:
31
:
44
nilsson
Exp $
+
// $Id: testsuite.in,v 1.
9
2006
/
01
/
10
17
:
24
:
28
grubba
Exp $
// DOM
319:
return error || got_header; ]], 1)
+
cond(0,
+
[[
+
// The following tests are currently not valid.
test_any([[ string error; int got_header;
378:
}); return error || got_header; ]], "XML header must be at the first byte in the document.")
+
]])
test_any([[ string error;