Skip to content

Commit

Permalink
Merge pull request #54 from awwright/master
Browse files Browse the repository at this point in the history
Change "empty_keys" to an object, to be symmetric with "keys"
  • Loading branch information
mnot authored Apr 27, 2022
2 parents 82cc893 + e4d62fc commit 82db6fe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions spec-examples-by-section.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"x" : "1024",
"y" : "768",
"empty" : "",
"empty_keys" : [],
"empty_keys" : {},
"undef" : null
},
"testcases" : [
Expand Down Expand Up @@ -50,7 +50,7 @@
"x" : "1024",
"y" : "768",
"empty" : "",
"empty_keys" : [],
"empty_keys" : {},
"undef" : null
},
"testcases" : [
Expand Down Expand Up @@ -104,7 +104,7 @@
"x" : "1024",
"y" : "768",
"empty" : "",
"empty_keys" : [],
"empty_keys" : {},
"undef" : null
},
"testcases" : [
Expand Down Expand Up @@ -161,7 +161,7 @@
"x" : "1024",
"y" : "768",
"empty" : "",
"empty_keys" : [],
"empty_keys" : {},
"undef" : null
},
"testcases" : [
Expand Down Expand Up @@ -203,7 +203,7 @@
"x" : "1024",
"y" : "768",
"empty" : "",
"empty_keys" : [],
"empty_keys" : {},
"undef" : null
},
"testcases" : [
Expand Down Expand Up @@ -255,7 +255,7 @@
"x" : "1024",
"y" : "768",
"empty" : "",
"empty_keys" : [],
"empty_keys" : {},
"undef" : null
},
"testcases" : [
Expand Down Expand Up @@ -307,7 +307,7 @@
"x" : "1024",
"y" : "768",
"empty" : "",
"empty_keys" : [],
"empty_keys" : {},
"undef" : null
},
"testcases" : [
Expand Down Expand Up @@ -358,7 +358,7 @@
"x" : "1024",
"y" : "768",
"empty" : "",
"empty_keys" : [],
"empty_keys" : {},
"undef" : null
},
"testcases" : [
Expand Down Expand Up @@ -406,7 +406,7 @@
"x" : "1024",
"y" : "768",
"empty" : "",
"empty_keys" : [],
"empty_keys" : {},
"undef" : null
},
"testcases" : [
Expand Down

0 comments on commit 82db6fe

Please sign in to comment.