From 7ed5b55ad4ed54dea013d8ab31ea208be23a0d22 Mon Sep 17 00:00:00 2001 From: Andrew Gradinari Date: Fri, 28 Apr 2023 09:11:23 +0100 Subject: [PATCH] Mark javascript as unsupported --- Specs/DateTime/English/DateExtractor.json | 5 +++++ Specs/DateTime/English/DateParser.json | 5 +++++ Specs/DateTime/English/DateTimeModel.json | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/Specs/DateTime/English/DateExtractor.json b/Specs/DateTime/English/DateExtractor.json index aa1152fff5..073809860a 100644 --- a/Specs/DateTime/English/DateExtractor.json +++ b/Specs/DateTime/English/DateExtractor.json @@ -747,6 +747,7 @@ }, { "Input": "I'll go back on April first 2021.", + "NotSupported": "javascript", "Results": [ { "Text": "April first 2021", @@ -758,6 +759,7 @@ }, { "Input": "I'll go back Jun third 2023", + "NotSupported": "javascript", "Results": [ { "Text": "Jun third 2023", @@ -769,6 +771,7 @@ }, { "Input": "I'll go back September the second 2025.", + "NotSupported": "javascript", "Results": [ { "Text": "September the second 2025", @@ -780,6 +783,7 @@ }, { "Input": "I'll go back March one 2020", + "NotSupported": "javascript", "Results": [ { "Text": "March one 2020", @@ -791,6 +795,7 @@ }, { "Input": "I'll go back Aug twelve 2024.", + "NotSupported": "javascript", "Results": [ { "Text": "Aug twelve 2024", diff --git a/Specs/DateTime/English/DateParser.json b/Specs/DateTime/English/DateParser.json index 891a7cf54c..73fbc81a52 100644 --- a/Specs/DateTime/English/DateParser.json +++ b/Specs/DateTime/English/DateParser.json @@ -733,6 +733,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "April first 2021", @@ -756,6 +757,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "Jun third 2023", @@ -779,6 +781,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "September the second 2025", @@ -802,6 +805,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "March one 2020", @@ -825,6 +829,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "Aug twelve 2024", diff --git a/Specs/DateTime/English/DateTimeModel.json b/Specs/DateTime/English/DateTimeModel.json index 9750692431..c4aa8d3d79 100644 --- a/Specs/DateTime/English/DateTimeModel.json +++ b/Specs/DateTime/English/DateTimeModel.json @@ -233,6 +233,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "april first 2021", @@ -256,6 +257,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "jun third 2023", @@ -279,6 +281,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "september the second 2025", @@ -302,6 +305,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "march one 2020", @@ -325,6 +329,7 @@ "Context": { "ReferenceDateTime": "2023-04-25T00:00:00" }, + "NotSupported": "javascript", "Results": [ { "Text": "aug twelve 2024",