From 92282e3a9315197bed41a96ff45fcce9dbf39c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 18 Aug 2014 16:43:55 +0100 Subject: [PATCH] Test images with GET parameters as well (#414) --- test/unit/plugins.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/unit/plugins.js b/test/unit/plugins.js index d515c18..774e724 100644 --- a/test/unit/plugins.js +++ b/test/unit/plugins.js @@ -79,6 +79,8 @@ describe('filter', function() { 'http://i.imgur.com/r4FKrnu.jpeg', 'https://4z2.de/gb-mobile-new.png', 'http://static.weechat.org/images/screenshots/relay/medium/glowing-bear.png', + 'http://foo.bar/baz.php?img=trololo.png&dummy=yes', + 'https://tro.lo.lo/images/rick.png?size=123x45' ], 'image', plugins);