summaryrefslogtreecommitdiff
path: root/test/regress/7F3650FD.test
blob: 0ccfe644cada125fd66ff82448dae5bb48d8648a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
test period --now=2010/11/01 12/01
--- Period expression tokens ---
TOK_DATE:  month Dec day 1
END_REACHED: <EOF>

--- Before stabilization ---
   range: in month Dec day 1

--- After stabilization ---
   range: in month Dec day 1
   start: 10-Dec-01
  finish: 10-Dec-02

--- Sample dates in range (max. 20) ---
 1: 10-Dec-01
end test

test period --now=2010/11/01 10/01
--- Period expression tokens ---
TOK_DATE:  month Oct day 1
END_REACHED: <EOF>

--- Before stabilization ---
   range: in month Oct day 1

--- After stabilization ---
   range: in month Oct day 1
   start: 10-Oct-01
  finish: 10-Oct-02

--- Sample dates in range (max. 20) ---
 1: 10-Oct-01
end test

test period --now=2010/11/01 2009/10
--- Period expression tokens ---
TOK_DATE:  year 2009 month Oct
END_REACHED: <EOF>

--- Before stabilization ---
   range: in year 2009 month Oct

--- After stabilization ---
   range: in year 2009 month Oct
   start: 09-Oct-01
  finish: 09-Nov-01

--- Sample dates in range (max. 20) ---
 1: 09-Oct-01
end test

test period --now=2010/11/01 2009/10/01
--- Period expression tokens ---
TOK_DATE:  year 2009 month Oct day 1
END_REACHED: <EOF>

--- Before stabilization ---
   range: in year 2009 month Oct day 1

--- After stabilization ---
   range: in year 2009 month Oct day 1
   start: 09-Oct-01
  finish: 09-Oct-02

--- Sample dates in range (max. 20) ---
 1: 09-Oct-01
end test

test period --now=2010/11/01 2009
--- Period expression tokens ---
TOK_INT: 2009
END_REACHED: <EOF>

--- Before stabilization ---
   range: in year 2009

--- After stabilization ---
   range: in year 2009
   start: 09-Jan-01
  finish: 10-Jan-01

--- Sample dates in range (max. 20) ---
 1: 09-Jan-01
end test