@@ -88,7 +88,7 @@ var testInputs = []dateTest{
8888 {in : "May 7, 2012" , out : "2012-05-07 00:00:00 +0000 UTC" },
8989 {in : "June 7, 2012" , out : "2012-06-07 00:00:00 +0000 UTC" },
9090 {in : "June 7 2012" , out : "2012-06-07 00:00:00 +0000 UTC" },
91- // Month dd[th,nd,st] yyyy
91+ // Month dd[th,nd,st,rd ] yyyy
9292 {in : "September 17th, 2012" , out : "2012-09-17 00:00:00 +0000 UTC" },
9393 {in : "September 17th 2012" , out : "2012-09-17 00:00:00 +0000 UTC" },
9494 {in : "September 7th, 2012" , out : "2012-09-07 00:00:00 +0000 UTC" },
@@ -97,6 +97,8 @@ var testInputs = []dateTest{
9797 {in : "May 1st, 2012" , out : "2012-05-01 00:00:00 +0000 UTC" },
9898 {in : "May 21st 2012" , out : "2012-05-21 00:00:00 +0000 UTC" },
9999 {in : "May 21st, 2012" , out : "2012-05-21 00:00:00 +0000 UTC" },
100+ {in : "May 23rd 2012" , out : "2012-05-23 00:00:00 +0000 UTC" },
101+ {in : "May 23rd, 2012" , out : "2012-05-23 00:00:00 +0000 UTC" },
100102 {in : "June 2nd, 2012" , out : "2012-06-02 00:00:00 +0000 UTC" },
101103 {in : "June 2nd 2012" , out : "2012-06-02 00:00:00 +0000 UTC" },
102104 {in : "June 22nd, 2012" , out : "2012-06-22 00:00:00 +0000 UTC" },
0 commit comments