aboutsummaryrefslogtreecommitdiff
path: root/test/test_parser.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_parser.ml')
-rw-r--r--test/test_parser.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_parser.ml b/test/test_parser.ml
index 057c525..9f7f998 100644
--- a/test/test_parser.ml
+++ b/test/test_parser.ml
@@ -30,6 +30,9 @@ let rows_suite =
; "Supports incremental index", `Quick, test_parse "purchases_new (5): id increment"
; "Supports username", `Quick, test_parse "_ (5): name username"
; "Supports email", `Quick, test_parse "user (2): email email"
+ ; "Supports past", `Quick, test_parse "user (2): created_at past"
+ ; "Supports future", `Quick, test_parse "user (2): ttl future"
+ ; "Supports now", `Quick, test_parse "user (2): created_at now"
]