From a06bf0b7be1207b26c04b22d6d7feb47f7358edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 17 Nov 2014 15:47:07 +0100 Subject: [PATCH] fix the build --- test/javascripts/lib/markdown-test.js.es6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/javascripts/lib/markdown-test.js.es6 b/test/javascripts/lib/markdown-test.js.es6 index 45bc21523ac..fcd2ee7b83d 100644 --- a/test/javascripts/lib/markdown-test.js.es6 +++ b/test/javascripts/lib/markdown-test.js.es6 @@ -424,8 +424,8 @@ test("sanitize", function() { "", "it allows iframe to google maps"); - cooked("", - "", + cooked("", + "", "it allows iframe to OpenStreetMap"); equal(sanitize(""), "hullo");