xml2: Add tests for functions xpath_nodeset() and xpath_list()

Michael Paquier <michael@paquier.xyz>

Commit: 93f9b4a93fef5dad585531692f53e42d6e9f7caf
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-11-14T04:10:36Z
Releases: 18.0
xml2: Add tests for functions xpath_nodeset() and xpath_list()

These two functions with their different argument lists have never been
tested in this module, so let's add something.

Author: Ronan Dunklau
Discussion: https://postgr.es/m/ZzMSJkiNZhimjXWx@paquier.xyz

Files

PathChange+/−
contrib/xml2/expected/xml2_1.out modified +39 −0
contrib/xml2/expected/xml2.out modified +39 −0
contrib/xml2/sql/xml2.sql modified +16 −0

Discussion