load_xml was returning a single term instead of a list of nodes
This commit is contained in:
5
tests-pl/issue3256.pl
Normal file
5
tests-pl/issue3256.pl
Normal file
@@ -0,0 +1,5 @@
|
||||
:- use_module(library(sgml)).
|
||||
|
||||
test :- load_xml("<foo><bar>hello</bar></foo>", Es, []), write(Es).
|
||||
|
||||
:- initialization(test).
|
||||
Reference in New Issue
Block a user