Skip to content

Commit b2daed5

Browse files
Update tests
1 parent dcc8e88 commit b2daed5

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

Specs/DateTime/English/DateExtractor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@
747747
},
748748
{
749749
"Input": "I'll go back on April first 2021.",
750+
"NotSupported": "javascript",
750751
"Results": [
751752
{
752753
"Text": "April first 2021",
@@ -758,6 +759,7 @@
758759
},
759760
{
760761
"Input": "I'll go back Jun third 2023",
762+
"NotSupported": "javascript",
761763
"Results": [
762764
{
763765
"Text": "Jun third 2023",
@@ -769,6 +771,7 @@
769771
},
770772
{
771773
"Input": "I'll go back September the second 2025.",
774+
"NotSupported": "javascript",
772775
"Results": [
773776
{
774777
"Text": "September the second 2025",
@@ -780,6 +783,7 @@
780783
},
781784
{
782785
"Input": "I'll go back March one 2020",
786+
"NotSupported": "javascript",
783787
"Results": [
784788
{
785789
"Text": "March one 2020",
@@ -791,6 +795,7 @@
791795
},
792796
{
793797
"Input": "I'll go back Aug twelve 2024.",
798+
"NotSupported": "javascript",
794799
"Results": [
795800
{
796801
"Text": "Aug twelve 2024",

Specs/DateTime/English/DateParser.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@
733733
"Context": {
734734
"ReferenceDateTime": "2023-04-25T00:00:00"
735735
},
736+
"NotSupported": "javascript",
736737
"Results": [
737738
{
738739
"Text": "April first 2021",
@@ -756,6 +757,7 @@
756757
"Context": {
757758
"ReferenceDateTime": "2023-04-25T00:00:00"
758759
},
760+
"NotSupported": "javascript",
759761
"Results": [
760762
{
761763
"Text": "Jun third 2023",
@@ -779,6 +781,7 @@
779781
"Context": {
780782
"ReferenceDateTime": "2023-04-25T00:00:00"
781783
},
784+
"NotSupported": "javascript",
782785
"Results": [
783786
{
784787
"Text": "September the second 2025",
@@ -802,6 +805,7 @@
802805
"Context": {
803806
"ReferenceDateTime": "2023-04-25T00:00:00"
804807
},
808+
"NotSupported": "javascript",
805809
"Results": [
806810
{
807811
"Text": "March one 2020",
@@ -825,6 +829,7 @@
825829
"Context": {
826830
"ReferenceDateTime": "2023-04-25T00:00:00"
827831
},
832+
"NotSupported": "javascript",
828833
"Results": [
829834
{
830835
"Text": "Aug twelve 2024",

Specs/DateTime/English/DateTimeModel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
"Context": {
234234
"ReferenceDateTime": "2023-04-25T00:00:00"
235235
},
236+
"NotSupported": "javascript",
236237
"Results": [
237238
{
238239
"Text": "april first 2021",
@@ -256,6 +257,7 @@
256257
"Context": {
257258
"ReferenceDateTime": "2023-04-25T00:00:00"
258259
},
260+
"NotSupported": "javascript",
259261
"Results": [
260262
{
261263
"Text": "jun third 2023",
@@ -279,6 +281,7 @@
279281
"Context": {
280282
"ReferenceDateTime": "2023-04-25T00:00:00"
281283
},
284+
"NotSupported": "javascript",
282285
"Results": [
283286
{
284287
"Text": "september the second 2025",
@@ -302,6 +305,7 @@
302305
"Context": {
303306
"ReferenceDateTime": "2023-04-25T00:00:00"
304307
},
308+
"NotSupported": "javascript",
305309
"Results": [
306310
{
307311
"Text": "march one 2020",
@@ -325,6 +329,7 @@
325329
"Context": {
326330
"ReferenceDateTime": "2023-04-25T00:00:00"
327331
},
332+
"NotSupported": "javascript",
328333
"Results": [
329334
{
330335
"Text": "aug twelve 2024",

0 commit comments

Comments
 (0)