diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-08 10:39:20 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-08 10:39:20 +0100 | 
| commit | 78b9390b2a91235c235eabd1e5dbc002fa28fb93 (patch) | |
| tree | 71a4fe35b2949a991257666b9dc03881c5529aa1 /tests/data | |
| parent | 61d154920d158767dc2b29bf9239f74d0dcdc751 (diff) | |
More tests for empty data
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml | 2 | ||||
| -rw-r--r-- | tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml | 2 | ||||
| -rw-r--r-- | tests/data/complex/settings.yaml | 4 | 
3 files changed, 8 insertions, 0 deletions
| 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 | 
