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

6 lines
146 B
Prolog

:- use_module(library(sgml)).
test :- load_html("<html><head><title>Hello!</title></head></html>", Es, []), write(Es).
:- initialization(test).