Files
scryer-prolog/tests-pl/issue2588.pl
2024-10-04 19:09:35 +02:00

5 lines
145 B
Prolog

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