-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into skill-updation
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
my pnr no *|please share my pnr status *|please share pnr status *|what is my pnr status *|pnr no *|pnr status *|please share my train status *|please share my train status pnr *|please tell me my pnr status *|my pnr status * | ||
!expect: Your PNR status is: cnf | ||
!console:Your PNR status is $object$ | ||
my pnr no *|my pnr no is *|please share my pnr status *|please share pnr status *|what is my pnr status *|pnr no *|pnr status *|my pnr status *|please share my train status *|please share my train status pnr *|please tell me my pnr status *|my pnr number *|pnr number *|pnr no * | ||
!expect: Your PNR status is: CNF and your seat number is B3, 54, PQ. | ||
!console:Your PNR status is $current_status$ and your seat number is $booking_status$. | ||
{ | ||
"url":"http://heroku-mind.gearhostpreview.com/pnr.php/?pnr=$1$", | ||
"path":"$.[0].final_status[0]" | ||
"url":"https://heroku-server.000webhostapp.com/pnr.php?pnr=$1$", | ||
"path":"$.[0].pnr_data.initial_passenger" | ||
} | ||
eol |