-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated integration tests and added some more unit tests around zero …
…or more
- Loading branch information
Showing
10 changed files
with
402 additions
and
230 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
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,56 @@ | ||
# THE SEASON # | ||
"THE SEASON", "Winter", "Spring", "Summer", "Autumn", "Fall" | ||
"TELL ME THE SEASON", "Winter", "Spring", "Summer", "Autumn", "Fall" | ||
|
||
# WHAT # SEASON # | ||
"WHAT SEASON", "Winter", "Spring", "Summer", "Autumn", "Fall" | ||
"WHAT SEASON IS IT", "Winter", "Spring", "Summer", "Autumn", "Fall" | ||
"DO YOU KNOW WHAT SEASON IT IS", "Winter", "Spring", "Summer", "Autumn", "Fall" | ||
|
||
# WHICH # SEASON # | ||
"WHICH SEASON", "Winter", "Spring", "Summer", "Autumn", "Fall" | ||
"WHICH SEASON IS IT", "Winter", "Spring", "Summer", "Autumn", "Fall" | ||
"CAN YOU TELL ME WHICH SEASON IT IS", "Winter", "Spring", "Summer", "Autumn", "Fall" | ||
|
||
# WHAT # MONTH # | ||
"WHAT MONTH", "This is [January|February|March|April|May|June|July|August|September|October|November|December]" | ||
"WHAT MONTH IS IT", "This is [January|February|March|April|May|June|July|August|September|October|November|December]" | ||
"TELL ME WHAT MONTH IS IT", "This is [January|February|March|April|May|June|July|August|September|October|November|December]" | ||
|
||
# WHICH # MONTH # | ||
"WHICH MONTH", "This is [January|February|March|April|May|June|July|August|September|October|November|December]" | ||
"WHICH MONTH IS IT", "This is [January|February|March|April|May|June|July|August|September|October|November|December]" | ||
"TELL ME WHICH MONTH IS IT", "This is [January|February|March|April|May|June|July|August|September|October|November|December]" | ||
|
||
# WHAT # DAY # | ||
"WHAT DAY", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" | ||
|
||
# WHICH # DAY # | ||
"WHICH DAY", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" | ||
|
||
# TODAY | ||
"TODAY", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" | ||
|
||
# WHAT # TODAY | ||
"WHAT TODAY", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" | ||
|
||
# WHAT # DAY # TOMORROW | ||
"WHAT DAY TOMORROW", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" | ||
|
||
# WHAT IS TOMORROW | ||
"WHAT DAY IS TOMORROW", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" | ||
|
||
# WHICH # DAY # TOMORROW | ||
"WHICH DAY TOMORROW", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" | ||
|
||
# WHAT # YEAR # | ||
"WHAT YEAR", "20[0-9][0-9]" | ||
|
||
# WHICH # YEAR # | ||
"WHICH YEAR", "20[0-9][0-9]" | ||
|
||
# WHAT # TODAYS DATE # | ||
|
||
# WHAT # DATE # | ||
|
||
# WHAT # TIME # |
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,16 @@ | ||
"SEASON", "Winter", "Spring", "Summer", "Autumn", "Fall" | ||
"DAY", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" | ||
"TOMORROW", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" | ||
"YEAR", "This is [0-9]*" | ||
"NEXT YEAR", "[0-9]*" | ||
"LAST YEAR", "[0-9]*" | ||
"MONTH", "This is [January|February|March|April|May|June|July|August|September|October|November|December]" | ||
"TIME", "The time is [0-9]{2}:[0-9]{2} [AM|PM]" | ||
"DATE", "Today is *. [0-9]{2},[0-9]{4}" | ||
"DAY PHASE", "Morning", "Noon", "Afternoon", "Night", "Midnight" | ||
"DATE AND TIME", "The date and time is .* .* [0-9]* [0-9]{2}:[0-9]{2}:[0-9]{2} [0-9]{4}" | ||
"DAYS UNTIL CHRISTMAS", "[0-9]* days until Christmas." | ||
"DAYS UNTIL JANUARY 01 2020", "[0-9]* days." | ||
"DAYS UNTIL JANUARY 01", "-?[0-9]* days" | ||
"DATE TOMORROW", "[0-9]{2},[0-9]{4}" | ||
|
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
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
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
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
Oops, something went wrong.