diff --git a/tests/cases/third-party/phpmf2/classic/hreview-tag.html b/tests/cases/third-party/phpmf2/classic/hreview-tag.html index 5f84718..adbd7cb 100644 --- a/tests/cases/third-party/phpmf2/classic/hreview-tag.html +++ b/tests/cases/third-party/phpmf2/classic/hreview-tag.html @@ -2,7 +2,8 @@ The JSON output for this test is a synthesis of the output of multiple implementations: the content and address values use the textContent parsing algorithm implemented in PHP and JavaScript, while the review date is - consistent with Go and Python + consistent with Go and Python; URLs are aggressively normalized, though + this is subject to change. -->
diff --git a/tests/cases/third-party/phpmf2/classic/hreview-tag.json b/tests/cases/third-party/phpmf2/classic/hreview-tag.json index e29ba69..b8d39cd 100644 --- a/tests/cases/third-party/phpmf2/classic/hreview-tag.json +++ b/tests/cases/third-party/phpmf2/classic/hreview-tag.json @@ -83,18 +83,18 @@ "rels": { "tag": [ "http://www.technorati.com/tag/Garcon", - "http://www.technorati.com/tag/Garçon" + "http://www.technorati.com/tag/Gar%C3%A7on" ] }, "rel-urls": { - "http://www.technorati.com/tag/Garcon": { - "text": "Garcon", + "http://www.technorati.com/tag/Gar%C3%A7on": { + "text": "Garçon", "rels": [ "tag" ] }, - "http://www.technorati.com/tag/Garçon": { - "text": "Garçon", + "http://www.technorati.com/tag/Garcon": { + "text": "Garcon", "rels": [ "tag" ]