forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fault-tolerant Date parsing for dashes
Summary: This is addressing a gap between Hermes and V8 regarding date parsing, raised in facebook#796 . There is whitespace allowed between M D Y. However, we should also support allowing a dash to be present as the first character in those gaps. Original Author: fbmal7 Original Git: a26472f Original Reviewed By: jpporto Original Revision: D40368889 Reviewed By: tmikov Differential Revision: D41240843 fbshipit-source-id: 474e4216057b1246443c0e4d8d8efb9a78d9f903
- Loading branch information
Showing
2 changed files
with
40 additions
and
6 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