git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b4c8d49)
Fix xmlconcat regression test
2007年1月20日 11:44:15 +0000 (11:44 +0000)
2007年1月20日 11:44:15 +0000 (11:44 +0000)

diff --git a/src/test/regress/expected/xml.out b/src/test/regress/expected/xml.out
index df625c90bb4421e874c34fea2c0e60a581627b88..8c76dcee0c89ac6c959d26f718376a71fcd88539 100644 (file)
--- a/src/test/regress/expected/xml.out
+++ b/src/test/regress/expected/xml.out
@@ -56,9 +56,9 @@ SELECT xmlconcat('bad', '<syntax');
ERROR: invalid XML content
DETAIL: Expected '>'
SELECT xmlconcat('<foo/>', NULL, '<?xml version="1.1" standalone="no"?><bar/>');
- xmlconcat
----------------------------------------------------
- <?xml version="1.1" standalone="no"?><foo/><bar/>
+ xmlconcat
+-----------------------------------
+ <?xml version="1.1"?><foo/><bar/>
(1 row)
SELECT xmlelement(name element,
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /