Fix SVG loading test for old librsvg 2.40.1
* test/manual/image-tests.el (image-tests-load-image/svg-invalid): Fix test for old librsvg 2.40.1. (Bug#57691)
This commit is contained in:
parent
0ad028c91f
commit
72c64dd73c
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@
|
|||
"invalid foo bar"
|
||||
:type svg)))
|
||||
(redisplay))
|
||||
(should (string-search "XML parse error" (buffer-string))))))
|
||||
;; librsvg error: "... Start tag expected, '<' not found [3 times]"
|
||||
(should (string-match "[Ee]rror.+Start tag expected" (buffer-string))))))
|
||||
|
||||
|
||||
;;;; image-test-size
|
||||
|
|
Loading…
Add table
Reference in a new issue