summaryrefslogtreecommitdiffstats
path: root/tests/py/any
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2019-08-29 16:09:04 +0200
committerFlorian Westphal <fw@strlen.de>2019-09-06 16:25:57 +0200
commit648cc618975ec27df2920cf2fa9841ba76cf21d0 (patch)
tree66bb3f1d085819d2d0c6123fcc25a9ee0e9442aa /tests/py/any
parent0518ea3f70d8cb508dfafc5f181e588b7acbc1dc (diff)
src: evaluate: catch invalid 'meta day' values in eval step
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py/any')
-rw-r--r--tests/py/any/meta.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/py/any/meta.t b/tests/py/any/meta.t
index 5911b74a..86e5d258 100644
--- a/tests/py/any/meta.t
+++ b/tests/py/any/meta.t
@@ -218,3 +218,7 @@ meta hour "17:00:00" drop;ok;meta hour "17:00" drop
meta hour "17:00:01" drop;ok
meta hour "00:00" drop;ok
meta hour "00:01" drop;ok
+
+meta time "meh";fail
+meta hour "24:00" drop;fail
+meta day 7 drop;fail