Skip to content

Commit

Permalink
UPD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien88 committed Oct 4, 2018
1 parent 8ae8818 commit c6444d2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/test_alexa_app_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,8 @@ describe("Alexa", function() {
"slots": {
"MyCustomSlotType": "CUSTOMTYPE",
"Tubular": {
"type":"AMAZON.LITERAL",
"samples":["{Tubular}"],
"type": "AMAZON.LITERAL",
"samples": ["{-|Tubular}"],
"elicitationPrompts": ["which tubular do you use ?"],
"confirmationPrompts": ["{Tubular} are you sure ?"]
},
Expand All @@ -702,7 +702,7 @@ describe("Alexa", function() {
"AirportCode": "FAACODES",
"Awesome": {
"type":"AMAZON.DATE",
"samples":["I like to do awesome things on {Awesome}", "{Awesome}"],
"samples":["I {like to|} do awesome {things|stuff} on {-|Awesome}", "{-|Awesome}"],
"elicitationPrompts": ["When do you do awesome things ?"],
"confirmationPrompts": ["I never though you could do awesome things that date of :{Awesome} ! Are you sure ?"]
},
Expand Down Expand Up @@ -824,6 +824,9 @@ describe("Alexa", function() {
"type": "AMAZON.DATE",
"samples": [
"I like to do awesome things on {Awesome}",
"I do awesome things on {Awesome}",
"I like to do awesome stuff on {Awesome}",
"I do awesome stuff on {Awesome}",
"{Awesome}",
],
}, {
Expand Down

0 comments on commit c6444d2

Please sign in to comment.