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.
This commit is contained in:
parent
b8da37b3ad
commit
737668d9e3
@ -31,7 +31,7 @@ SELECT pg_input_is_valid('<value>one</', 'xml');
|
|||||||
|
|
||||||
SELECT message FROM pg_input_error_info('<value>one</', 'xml');
|
SELECT message FROM pg_input_error_info('<value>one</', 'xml');
|
||||||
message
|
message
|
||||||
------------------------
|
---------------------
|
||||||
invalid XML content
|
invalid XML content
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user