Skip to content

Commit

Permalink
Mark javascript as unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-gradinari committed Apr 28, 2023
1 parent dcc8e88 commit 7ed5b55
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Specs/DateTime/English/DateExtractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@
},
{
"Input": "I'll go back on April first 2021.",
"NotSupported": "javascript",
"Results": [
{
"Text": "April first 2021",
Expand All @@ -758,6 +759,7 @@
},
{
"Input": "I'll go back Jun third 2023",
"NotSupported": "javascript",
"Results": [
{
"Text": "Jun third 2023",
Expand All @@ -769,6 +771,7 @@
},
{
"Input": "I'll go back September the second 2025.",
"NotSupported": "javascript",
"Results": [
{
"Text": "September the second 2025",
Expand All @@ -780,6 +783,7 @@
},
{
"Input": "I'll go back March one 2020",
"NotSupported": "javascript",
"Results": [
{
"Text": "March one 2020",
Expand All @@ -791,6 +795,7 @@
},
{
"Input": "I'll go back Aug twelve 2024.",
"NotSupported": "javascript",
"Results": [
{
"Text": "Aug twelve 2024",
Expand Down
5 changes: 5 additions & 0 deletions Specs/DateTime/English/DateParser.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "April first 2021",
Expand All @@ -756,6 +757,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "Jun third 2023",
Expand All @@ -779,6 +781,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "September the second 2025",
Expand All @@ -802,6 +805,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "March one 2020",
Expand All @@ -825,6 +829,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "Aug twelve 2024",
Expand Down
5 changes: 5 additions & 0 deletions Specs/DateTime/English/DateTimeModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "april first 2021",
Expand All @@ -256,6 +257,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "jun third 2023",
Expand All @@ -279,6 +281,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "september the second 2025",
Expand All @@ -302,6 +305,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "march one 2020",
Expand All @@ -325,6 +329,7 @@
"Context": {
"ReferenceDateTime": "2023-04-25T00:00:00"
},
"NotSupported": "javascript",
"Results": [
{
"Text": "aug twelve 2024",
Expand Down

0 comments on commit 7ed5b55

Please sign in to comment.