From 51631594255876eda1ac2998e84ef55d25feb0d7 Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Sun, 22 Jul 2018 18:38:36 -0400 Subject: [PATCH] Further test updates. --- t/microformats-v2/h-entry/summarycontent.json | 2 +- t/microformats-v2/h-event/dates.json | 14 +++++++------- t/microformats-v2/h-feed/implied-title.json | 2 +- t/microformats-v2/h-feed/simple.json | 2 +- t/parse.t | 2 -- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/t/microformats-v2/h-entry/summarycontent.json b/t/microformats-v2/h-entry/summarycontent.json index 7aed3a4..83aa959 100755 --- a/t/microformats-v2/h-entry/summarycontent.json +++ b/t/microformats-v2/h-entry/summarycontent.json @@ -9,7 +9,7 @@ "html": "\n

Last week the microformats.org community \n celebrated its 7th birthday at a gathering hosted by Mozilla in \n San Francisco and recognized accomplishments, challenges, and \n opportunities.

\n\n

The microformats tagline “humans first, machines second” \n forms the basis of many of our \n principles, and \n in that regard, we’d like to recognize a few people and \n thank them for their years of volunteer service

\n" }], "summary": ["Last week the microformats.org community \n celebrated its 7th birthday at a gathering hosted by Mozilla in \n San Francisco and recognized accomplishments, challenges, and \n opportunities."], - "updated": ["2012-06-25 17:08:26"], + "updated": ["2012-06-25T17:08:26"], "author": [{ "value": "Tantek", "type": ["h-card"], diff --git a/t/microformats-v2/h-event/dates.json b/t/microformats-v2/h-event/dates.json index cbbf87e..fb6ddf6 100755 --- a/t/microformats-v2/h-event/dates.json +++ b/t/microformats-v2/h-event/dates.json @@ -9,13 +9,13 @@ "The 4th Microformat party" ], "start": [ - "2009-06-26 19:00-08:00", - "2009-06-26 19:00-08", - "2009-06-26 19:00-08:00", - "2009-06-26 19:00+08:00", - "2009-06-26 19:00+08:00", - "2009-06-26 19:00Z", - "2009-06-26 19:00-08:00", + "2009-06-26T19:00-08:00", + "2009-06-26T19:00-08", + "2009-06-26T19:00-0800", + "2009-06-26T19:00+0800", + "2009-06-26T19:00+08:00", + "2009-06-26T19:00Z", + "2009-06-26t19:00-08:00", "2009-06-26 19:00:00-08:00" ] } diff --git a/t/microformats-v2/h-feed/implied-title.json b/t/microformats-v2/h-feed/implied-title.json index 40a0101..61d34c2 100755 --- a/t/microformats-v2/h-feed/implied-title.json +++ b/t/microformats-v2/h-feed/implied-title.json @@ -14,7 +14,7 @@ "html": "\n\t\t

Last week the microformats.org community \n\t\t celebrated its 7th birthday at a gathering hosted by Mozilla in \n\t\t San Francisco and recognized accomplishments, challenges, and \n\t\t opportunities.

\n\t\t\n\t\t

The microformats tagline “humans first, machines second” \n\t\t forms the basis of many of our \n\t\t principles, and \n\t\t in that regard, we’d like to recognize a few people and \n\t\t thank them for their years of volunteer service

\n\t\t" }], "summary": ["Last week the microformats.org community \n\t\t celebrated its 7th birthday at a gathering hosted by Mozilla in \n\t\t San Francisco and recognized accomplishments, challenges, and \n\t\t opportunities."], - "updated": ["2012-06-25 17:08:26"] + "updated": ["2012-06-25T17:08:26"] } }] }], diff --git a/t/microformats-v2/h-feed/simple.json b/t/microformats-v2/h-feed/simple.json index 16f2455..80fadc0 100755 --- a/t/microformats-v2/h-feed/simple.json +++ b/t/microformats-v2/h-feed/simple.json @@ -24,7 +24,7 @@ "html": "\n\t

Last week the microformats.org community \n\t celebrated its 7th birthday at a gathering hosted by Mozilla in \n\t San Francisco and recognized accomplishments, challenges, and \n\t opportunities.

\n\t\n\t

The microformats tagline “humans first, machines second” \n\t forms the basis of many of our \n\t principles, and \n\t in that regard, we’d like to recognize a few people and \n\t thank them for their years of volunteer service

\n\t" }], "summary": ["Last week the microformats.org community \n\t celebrated its 7th birthday at a gathering hosted by Mozilla in \n\t San Francisco and recognized accomplishments, challenges, and \n\t opportunities."], - "updated": ["2012-06-25 17:08:26"] + "updated": ["2012-06-25T17:08:26"] } }] }], diff --git a/t/parse.t b/t/parse.t index 58ae18a..36e9f04 100644 --- a/t/parse.t +++ b/t/parse.t @@ -34,9 +34,7 @@ my %TODO_TESTS = 'vcard', ], 'h-event' => [ - 'time', 'concatenate', - 'dates' ], );