diff options
Diffstat (limited to 'test/regress/7F3650FD.test')
-rw-r--r-- | test/regress/7F3650FD.test | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/test/regress/7F3650FD.test b/test/regress/7F3650FD.test index e2a53a5a..f0498ddb 100644 --- a/test/regress/7F3650FD.test +++ b/test/regress/7F3650FD.test @@ -1,6 +1,4 @@ -period --now=2010/11/01 12/01 -<<< ->>>1 +test period --now=2010/11/01 12/01 --- Period expression tokens --- TOK_DATE: month Dec day 1 END_REACHED: <EOF> @@ -15,10 +13,9 @@ END_REACHED: <EOF> --- Sample dates in range (max. 20) --- 1: 10-Dec-01 -=== 0 -period --now=2010/11/01 10/01 -<<< ->>>1 +end test + +test period --now=2010/11/01 10/01 --- Period expression tokens --- TOK_DATE: month Oct day 1 END_REACHED: <EOF> @@ -33,10 +30,9 @@ END_REACHED: <EOF> --- Sample dates in range (max. 20) --- 1: 10-Oct-01 -=== 0 -period --now=2010/11/01 2009/10 -<<< ->>>1 +end test + +test period --now=2010/11/01 2009/10 --- Period expression tokens --- TOK_DATE: year 2009 month Oct END_REACHED: <EOF> @@ -51,10 +47,9 @@ END_REACHED: <EOF> --- Sample dates in range (max. 20) --- 1: 09-Oct-01 -=== 0 -period --now=2010/11/01 2009/10/01 -<<< ->>>1 +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> @@ -69,10 +64,9 @@ END_REACHED: <EOF> --- Sample dates in range (max. 20) --- 1: 09-Oct-01 -=== 0 -period --now=2010/11/01 2009 -<<< ->>>1 +end test + +test period --now=2010/11/01 2009 --- Period expression tokens --- TOK_A_YEAR: 2009 END_REACHED: <EOF> @@ -87,3 +81,4 @@ END_REACHED: <EOF> --- Sample dates in range (max. 20) --- 1: 09-Jan-01 +end test |