You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Dates before 1970 are negative, but valid; allow them.
2. In a regular expression, "\/" is a synonym for "/". Jayrock actually can't
tell the difference between "\/Date()\/" and "/Date()/". Given how Jayrock is
structured that's probably OK, but this patch adds a comment to that effect and
removes the inoperative backslashes from the regex. Fixing this issue would
require parser changes to leave markers in the Token when slashes are escaped.
3. As discussed in email, the dependency on System.Xml is mostly avoidable in
Jayrock.Json, with one exception: DateTime parsing. From my reading of the
docs, DateTime.Parse() should handle the cases required.
Original issue reported on code.google.com by rev.chip on 23 Mar 2011 at 3:36
Original issue reported on code.google.com by
rev.chip
on 23 Mar 2011 at 3:36Attachments:
The text was updated successfully, but these errors were encountered: