From c281609f45d891ea063b5626dd8c691864cb89c5 Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 19 Jan 2015 02:38:29 +0000 Subject: [PATCH] more info on whats broken --- tests/backend/specs/api/pad.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/backend/specs/api/pad.js b/tests/backend/specs/api/pad.js index 45e88e422..8f67c8890 100644 --- a/tests/backend/specs/api/pad.js +++ b/tests/backend/specs/api/pad.js @@ -319,6 +319,18 @@ describe('getHTML', function(){ // // It will look right in the browser but the export will get it horriby wrong + // This is what the export puts out + // + //
+ // + //
+ it('Gets the HTML of a Pad with a bunch of weird unordered lists inserted', function(done) { api.get(endPoint('getHTML')+"&padID=test") .expect(function(res){