7F3650FD.test 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. test period --now=2010/11/01 12/01
  2. --- Period expression tokens ---
  3. TOK_DATE: month Dec day 1
  4. END_REACHED: <EOF>
  5. --- Before stabilization ---
  6. range: in month Dec day 1
  7. --- After stabilization ---
  8. range: in month Dec day 1
  9. start: 10-Dec-01
  10. finish: 10-Dec-02
  11. --- Sample dates in range (max. 20) ---
  12. 1: 10-Dec-01
  13. end test
  14. test period --now=2010/11/01 10/01
  15. --- Period expression tokens ---
  16. TOK_DATE: month Oct day 1
  17. END_REACHED: <EOF>
  18. --- Before stabilization ---
  19. range: in month Oct day 1
  20. --- After stabilization ---
  21. range: in month Oct day 1
  22. start: 10-Oct-01
  23. finish: 10-Oct-02
  24. --- Sample dates in range (max. 20) ---
  25. 1: 10-Oct-01
  26. end test
  27. test period --now=2010/11/01 2009/10
  28. --- Period expression tokens ---
  29. TOK_DATE: year 2009 month Oct
  30. END_REACHED: <EOF>
  31. --- Before stabilization ---
  32. range: in year 2009 month Oct
  33. --- After stabilization ---
  34. range: in year 2009 month Oct
  35. start: 09-Oct-01
  36. finish: 09-Nov-01
  37. --- Sample dates in range (max. 20) ---
  38. 1: 09-Oct-01
  39. end test
  40. test period --now=2010/11/01 2009/10/01
  41. --- Period expression tokens ---
  42. TOK_DATE: year 2009 month Oct day 1
  43. END_REACHED: <EOF>
  44. --- Before stabilization ---
  45. range: in year 2009 month Oct day 1
  46. --- After stabilization ---
  47. range: in year 2009 month Oct day 1
  48. start: 09-Oct-01
  49. finish: 09-Oct-02
  50. --- Sample dates in range (max. 20) ---
  51. 1: 09-Oct-01
  52. end test
  53. test period --now=2010/11/01 2009
  54. --- Period expression tokens ---
  55. TOK_A_YEAR: 2009
  56. END_REACHED: <EOF>
  57. --- Before stabilization ---
  58. range: in year 2009
  59. --- After stabilization ---
  60. range: in year 2009
  61. start: 09-Jan-01
  62. finish: 10-Jan-01
  63. --- Sample dates in range (max. 20) ---
  64. 1: 09-Jan-01
  65. end test