Files
scryer-prolog/tests-pl/issue3256.pl

6 lines
125 B
Prolog

:- use_module(library(sgml)).
test :- load_xml("<foo><bar>hello</bar></foo>", Es, []), write(Es).
:- initialization(test).