; * test/lisp/net/eww-tests.el (eww-test/display/html): Check for libxml.
This commit is contained in:
parent
52d3ee46db
commit
82775f2141
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ temporary EWW buffer for our tests."
|
|||
|
||||
(ert-deftest eww-test/display/html ()
|
||||
"Test displaying a simple HTML page."
|
||||
(skip-unless (libxml-available-p))
|
||||
(eww-test--with-mock-retrieve
|
||||
(let ((eww-test--response-function
|
||||
(lambda (url)
|
||||
|
|
Loading…
Add table
Reference in a new issue