freshlover / datejs

Automatically exported from code.google.com/p/datejs
0 stars 0 forks source link

[FIXED] "day after tomorrow" returns "tomorrow" #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. type "day after tomorrow"

What is the expected output? What do you see instead?
Expect equivalent to "+2 days"; get equivalent of "+1 day"

What version of the product are you using? On what operating system?
Firefox 2, OS X 10.5.1

Original issue reported on code.google.com by elbig...@gmail.com on 28 Nov 2007 at 8:33

GoogleCodeExporter commented 8 years ago
We're expecting to build up the support for this and many other natural language
input options over the coming releases. Currently the Parser support all the 
hundreds
of options outlined in the Test Suite. See http://www.datejs.com/test/.

Interestingly, the parser actually parses the above string correctly, we just 
need to
add a couple rules in to deal with return results a bit better. 

Your sample inputs have been logged and will certainly make it into a coming 
build.

Original comment by geoff%co...@gtempaccount.com on 28 Nov 2007 at 11:37

GoogleCodeExporter commented 8 years ago
"day after tomorrow" is working now.

The online "Mad Skillz" widget has been updated and the latest code has been
committed to SVN.

Original comment by geoff%co...@gtempaccount.com on 18 Dec 2007 at 10:57