Skip to content

Commit 92b8d17

Browse files
committed
Fix xmlconcat regression test
1 parent b4c8d49 commit 92b8d17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/regress/expected/xml.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ SELECT xmlconcat('bad', '<syntax');
5656
ERROR: invalid XML content
5757
DETAIL: Expected '>'
5858
SELECT xmlconcat('<foo/>', NULL, '<?xml version="1.1" standalone="no"?><bar/>');
59-
xmlconcat
60-
---------------------------------------------------
61-
<?xml version="1.1" standalone="no"?><foo/><bar/>
59+
xmlconcat
60+
-----------------------------------
61+
<?xml version="1.1"?><foo/><bar/>
6262
(1 row)
6363

6464
SELECT xmlelement(name element,

0 commit comments

Comments
 (0)