Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 737668d

Browse files
committed
Fix expected output of xml_2.out
Per buildfarm members snakefly, parula and prion, that reflect the results coming from the latest versions of libxml2. Oversight in b8da37b in the shape of an incorrect copy-paste. The CI was green, but it does not stress this expected output.
1 parent b8da37b commit 737668d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/expected/xml_2.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ SELECT pg_input_is_valid('<value>one</', 'xml');
3030
(1 row)
3131

3232
SELECT message FROM pg_input_error_info('<value>one</', 'xml');
33-
message
34-
------------------------
33+
message
34+
---------------------
3535
invalid XML content
3636
(1 row)
3737

0 commit comments

Comments
 (0)