From 78b9390b2a91235c235eabd1e5dbc002fa28fb93 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 8 Feb 2021 10:39:20 +0100 Subject: More tests for empty data --- tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml | 2 ++ tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml | 2 ++ tests/data/complex/settings.yaml | 4 ++++ 3 files changed, 8 insertions(+) (limited to 'tests/data') diff --git a/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml b/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml index 6abdd6d..d4cdaba 100644 --- a/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml +++ b/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml @@ -13,4 +13,6 @@ exists: true with_default: default value amount: 1 order: delta +created: +epoch: # and a comment at the end diff --git a/tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml b/tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml index da82d8d..ab9dc70 100644 --- a/tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml +++ b/tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml @@ -11,3 +11,5 @@ exists: with_default: 'default value' amount: 0 order: +created: +epoch: diff --git a/tests/data/complex/settings.yaml b/tests/data/complex/settings.yaml index 1fd36b5..0bdcabb 100644 --- a/tests/data/complex/settings.yaml +++ b/tests/data/complex/settings.yaml @@ -39,3 +39,7 @@ fields: type: string index: field sortable: true + - name: created + type: datetime + - name: epoch + type: datetime -- cgit v1.2.3