10000 Update test outputs for new libxml2 #155 · GNOME/libxslt@a7287ac · GitHub
[go: up one dir, main page]

Skip to content

Commit a7287ac

Browse files
committed
Update test outputs for new libxml2 #155
1 parent fe508f2 commit a7287ac

20 files changed

+25
-25
lines changed

tests/REC/test-2.5-1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
3+
<meta charset="UTF-8">
44
<title>XSLT 1.8 required</title>
55
</head>
66
<body><p>Sorry, this stylesheet requires XSLT 1.8.</p></body>

tests/REC/test-8-1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
3+
<meta charset="UTF-8">
44
<title>Customers</title>
55
</head>
66
<body><table><tbody>

tests/REC2/html.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html lang="en">
22
<head>
3-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
3+
<meta charset="UTF-8">
44
<title>Sales Results By Division</title>
55
</head>
66
<body><table border="1">

tests/exslt/saxon/eval.3.err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XPath error : Undefined namespace prefix
1+
XPath error : Undefined namespace prefix: ns
22
XPath error : Invalid expression
33
runtime error: file ./eval.3.xsl line 11 element value-of
44
XPath evaluation returned no result.

tests/general/bug-130.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<html xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body><div xmlns="">header #1 in module #4;document in module #3;article in module #3;title #1 in module #2;article in module #1;title #2 in module #2;</div></body></html>
1+
<html xmlns="http://www.w3.org/TR/REC-html40"><head><meta charset="UTF-8"></head><body><div xmlns="">header #1 in module #4;document in module #3;article in module #3;title #1 in module #2;article in module #1;title #2 in module #2;</div></body></html>

tests/general/bug-147.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head>
2+
<head><meta charset="UTF-8"></head>
33
<body><div>template#1 in module#1;
44
template#3 in module#3;
55
template#5 in module#3;abc

tests/general/bug-159.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<head><meta http-equiv="Content-Type" content="text/html; charset=ascii"></head>
2+
<head><meta charset="ascii"></head>
33
<body>
44
<a href="#%D1%91">&#1105;</a><p>a lot of text</p>
55
<a name="%D1%91"></a><h1>&#1105;</h1>

tests/general/bug-165.err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
runtime error: file ./bug-165.xsl line 6 element value-of
22
Variable 'pStyle' has not been declared.
3-
XPath error : Undefined variable
3+
XPath error : Undefined variable: pStyle
44
runtime error: file ./bug-165.xsl line 6 element value-of
55
XPath evaluation returned no result.
66
no result for ./bug-165.xml

tests/general/bug-175.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html>
33
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4+
<meta charset="iso-8859-1">
55
<title>xsl:function</title>
66
</head>
77
<body><p><tt>xsl:function</tt> not supported, but properly handled (ignored)</p></body>

tests/general/bug-180.err

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
runtime error: file ./bug-180.xsl line 4 element copy-of
22
Variable 'xxx' has not been declared.
3-
XPath error : Undefined variable
3+
XPath error : Undefined variable: xxx
44
no result for ./bug-180.xml

0 commit comments

Comments
 (0)
0