Skip to content

Commit 53a8eb3

Browse files
committed
Merge pull request #40 from glennjones/master
Change tests to support values from input tag as per spec
2 parents 4380973 + 1ce9e9e commit 53a8eb3

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Glenn Jones",
33
"name": "microformat-tests",
44
"description": "A microformat 2 testsuite",
5-
"version": "0.1.18",
5+
"version": "0.1.19",
66
"license": "Public Domain",
77
"repository": {
88
"type": "git",

tests/microformats-v2/h-as-note/note.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"name": ["http://werd.io/2015/im-super-proud-of-everything-weve-done-on-withknown-so-far"],
1010
"url": ["http://werd.io/2015/im-super-proud-of-everything-weve-done-on-withknown-so-far"]
1111
}
12-
}, {
12+
},
13+
{
1314
"value": "https://twitter.com/benwerd/status/604733231284383744",
1415
"type": ["h-cite"],
1516
"properties": {
@@ -32,6 +33,8 @@
3233
}],
3334
"published": ["2015-06-01T22:20-0700"],
3435
"updated": ["2015-06-01T22:20-0700"],
36+
"url": ["http://tantek.com/2015/152/t2/proud-withknown-indieweb-user-empathy"],
37+
"uid": ["http://tantek.com/2015/152/t2/proud-withknown-indieweb-user-empathy"],
3538
"syndication": ["https://twitter.com/t/status/605604965566906369"]
3639
},
3740
"children": [{
@@ -41,14 +44,16 @@
4144
"name": ["@benwerd"],
4245
"url": ["https://twitter.com/benwerd"]
4346
}
44-
}, {
47+
},
48+
{
4549
"value": "@erinjo",
4650
"type": ["h-x-username"],
4751
"properties": {
4852
"name": ["@erinjo"],
4953
"url": ["https://twitter.com/erinjo"]
5054
}
51-
}, {
55+
},
56+
{
5257
"value": "@withknown",
5358
"type": ["h-x-username"],
5459
"properties": {

0 commit comments

Comments
 (0)