-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
twelve-days: Implement canonical-data.json
- Loading branch information
al-pakhomov
committed
Oct 30, 2017
1 parent
64f27d4
commit 6f995b2
Showing
1 changed file
with
121 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
{ | ||
"exercise": "twelve-days", | ||
"version": "1.0.0", | ||
"cases": [ | ||
{ | ||
"description": "verse", | ||
"cases": [ | ||
{ | ||
"description": "first day a partridge in a pear tree", | ||
"property": "recite", | ||
"start verse": 1, | ||
"end verse": 1, | ||
"expected": "On the first day of Christmas my true love gave to me, a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "second day two turtle doves", | ||
"property": "recite", | ||
"start verse": 2, | ||
"end verse": 2, | ||
"expected": "On the second day of Christmas my true love gave to me, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "third day three french hens", | ||
"property": "recite", | ||
"start verse": 3, | ||
"end verse": 3, | ||
"expected": "On the third day of Christmas my true love gave to me, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "fourth day four calling birds", | ||
"property": "recite", | ||
"start verse": 4, | ||
"end verse": 4, | ||
"expected": "On the fourth day of Christmas my true love gave to me, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "fifth day five gold rings", | ||
"property": "recite", | ||
"start verse": 5, | ||
"end verse": 5, | ||
"expected": "On the fifth day of Christmas my true love gave to me, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "sixth day six geese-a-laying", | ||
"property": "recite", | ||
"start verse": 6, | ||
"end verse": 6, | ||
"expected": "On the sixth day of Christmas my true love gave to me, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "seventh day seven swans-a-swimming", | ||
"property": "recite", | ||
"start verse": 7, | ||
"end verse": 7, | ||
"expected": "On the seventh day of Christmas my true love gave to me, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "eighth day eight maids-a-milking", | ||
"property": "recite", | ||
"start verse": 8, | ||
"end verse": 8, | ||
"expected": "On the eighth day of Christmas my true love gave to me, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "ninth day nine ladies dancing", | ||
"property": "recite", | ||
"start verse": 9, | ||
"end verse": 9, | ||
"expected": "On the ninth day of Christmas my true love gave to me, nine Ladies Dancing, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "tenth day ten lords-a-leaping", | ||
"property": "recite", | ||
"start verse": 10, | ||
"end verse": 10, | ||
"expected": "On the tenth day of Christmas my true love gave to me, ten Lords-a-Leaping, nine Ladies Dancing, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "eleventh day eleven pipers piping", | ||
"property": "recite", | ||
"start verse": 11, | ||
"end verse": 11, | ||
"expected": "On the eleventh day of Christmas my true love gave to me, eleven Pipers Piping, ten Lords-a-Leaping, nine Ladies Dancing, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "twelfth day twelve drummers drumming", | ||
"property": "recite", | ||
"start verse": 12, | ||
"end verse": 12, | ||
"expected": "On the twelfth day of Christmas my true love gave to me, twelve Drummers Drumming, eleven Pipers Piping, ten Lords-a-Leaping, nine Ladies Dancing, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
} | ||
] | ||
}, | ||
{ | ||
"description": "lyrics", | ||
"cases": [ | ||
{ | ||
"description": "recites first three verses of the song", | ||
"property": "recite", | ||
"start verse": 1, | ||
"end verse": 3, | ||
"expected": "On the first day of Christmas my true love gave to me, a Partridge in a Pear Tree.\n\nOn the second day of Christmas my true love gave to me, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the third day of Christmas my true love gave to me, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "recites three verses from the middle of the song", | ||
"property": "recite", | ||
"start verse": 4, | ||
"end verse": 6, | ||
"expected": "On the fourth day of Christmas my true love gave to me, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the fifth day of Christmas my true love gave to me, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the sixth day of Christmas my true love gave to me, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
}, | ||
{ | ||
"description": "recites the whole song", | ||
"property": "recite", | ||
"start verse": 1, | ||
"end verse": 12, | ||
"expected": "On the first day of Christmas my true love gave to me, a Partridge in a Pear Tree.\n\nOn the second day of Christmas my true love gave to me, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the third day of Christmas my true love gave to me, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the fourth day of Christmas my true love gave to me, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the fifth day of Christmas my true love gave to me, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the sixth day of Christmas my true love gave to me, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the seventh day of Christmas my true love gave to me, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the eighth day of Christmas my true love gave to me, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the ninth day of Christmas my true love gave to me, nine Ladies Dancing, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the tenth day of Christmas my true love gave to me, ten Lords-a-Leaping, nine Ladies Dancing, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the eleventh day of Christmas my true love gave to me, eleven Pipers Piping, ten Lords-a-Leaping, nine Ladies Dancing, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree.\n\nOn the twelfth day of Christmas my true love gave to me, twelve Drummers Drumming, eleven Pipers Piping, ten Lords-a-Leaping, nine Ladies Dancing, eight Maids-a-Milking, seven Swans-a-Swimming, six Geese-a-Laying, five Gold Rings, four Calling Birds, three French Hens, two Turtle Doves, and a Partridge in a Pear Tree." | ||
} | ||
] | ||
} | ||
] | ||
} |