From 0ae90522a684de90e38b45fa8e5d027b04049861 Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 3 Nov 2012 05:59:08 +0000 Subject: * ext/date/date_parse.c (parse_eu): should capture apostrophe too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/date_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/date/date_parse.c b/ext/date/date_parse.c index f431252e9a..1664452cb9 100644 --- a/ext/date/date_parse.c +++ b/ext/date/date_parse.c @@ -802,7 +802,7 @@ parse_eu(VALUE str, VALUE hash) FPW_COM FPT_COM #endif #ifndef TIGHT_PARSER - "'?(\\d+)[^-\\d\\s]*" + "('?\\d+)[^-\\d\\s]*" #else "(\\d+)(?:(?:st|nd|rd|th)\\b)?" #endif -- cgit v1.2.3