@ -997,6 +997,15 @@ var PARSE_TESTS = [
@@ -997,6 +997,15 @@ var PARSE_TESTS = [
errors:[]
}
},
{
description:"Dynamic typing skips ISO date strings ocurring in other strings",
input:'ISO date,String with ISO date\r\n2018-05-04T21:08:03.269Z,The date is 2018-05-04T21:08:03.269Z\r\n2018-05-08T15:20:22.642Z,The date is 2018-05-08T15:20:22.642Z',
config:{dynamicTyping:true},
expected:{
data:[["ISO date","String with ISO date"],[newDate("2018-05-04T21:08:03.269Z"),"The date is 2018-05-04T21:08:03.269Z"],[newDate("2018-05-08T15:20:22.642Z"),"The date is 2018-05-08T15:20:22.642Z"]],