From d7d22554caa01b3a1d5748e9fd91bb5db9a53db1 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 17 Jul 2017 18:06:11 -0400 Subject: [PATCH] correct js test --- test/javascripts/lib/pretty-text-test.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/javascripts/lib/pretty-text-test.js.es6 b/test/javascripts/lib/pretty-text-test.js.es6 index 41f218b2068..8594976b73a 100644 --- a/test/javascripts/lib/pretty-text-test.js.es6 +++ b/test/javascripts/lib/pretty-text-test.js.es6 @@ -561,7 +561,7 @@ QUnit.test("images", assert => { "It allows images with links around them"); assert.cooked("\"Red", - "

\n\"Red

", + "

\"Red

", "It allows data images"); });