From 853792b80848ff0ddfb0f762b3acef8d82bb828e Mon Sep 17 00:00:00 2001 From: Martijn van der Ven Date: Sat, 24 Mar 2018 17:46:36 +0100 Subject: [PATCH] urlincontent: the e-* parsing was just completely borked here --- tests/microformats-v2/h-entry/urlincontent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/microformats-v2/h-entry/urlincontent.json b/tests/microformats-v2/h-entry/urlincontent.json index 6cc4b0f..a406e29 100644 --- a/tests/microformats-v2/h-entry/urlincontent.json +++ b/tests/microformats-v2/h-entry/urlincontent.json @@ -4,8 +4,8 @@ "properties": { "name": ["Expanding URLs within HTML content"], "content": [{ - "value": "Should not change: http://www.w3.org/\n Should not change: http://example.com/\n File relative: test.html = http://example.com/test.html\n Directory relative: /test/test.html = http://example.com/test/test.html\n Relative to root: /test.html = http://example.com/test.html", - "html": "\n \n \n" + "value": "Should not change: http://www.w3.org/\n Should not change: http://example.com/\n File relative: test.html = http://example.com/test.html\n Directory relative: /test/test.html = http://example.com/test/test.html\n Relative to root: /test.html = http://example.com/test.html\n \n images/photo.gif", + "html": "\n " }] } }],