summaryrefslogtreecommitdiff
path: root/tests/data/complex
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-23 17:20:11 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-23 17:20:11 +0100
commit4023903eac7c1bb76287b20133913a6d786b7c0d (patch)
treebd9806706e50ef6bd9da00615c09907bc390c714 /tests/data/complex
parent81d91de68170396e12d75525a96439a280f95aa7 (diff)
New property ``precision`` for ``decimal`` fields.
Diffstat (limited to 'tests/data/complex')
-rw-r--r--tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml1
-rw-r--r--tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml1
-rw-r--r--tests/data/complex/items/a4265cc5dfa94c3d8030d7df4a0ab747.yaml17
-rw-r--r--tests/data/complex/settings.yaml3
4 files changed, 22 insertions, 0 deletions
diff --git a/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml b/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml
index c0d6e90..df239bb 100644
--- a/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml
+++ b/tests/data/complex/items/5084bc6e94f24dc6976629282ef30419.yaml
@@ -18,4 +18,5 @@ updated:
epoch:
version: 0
category: first
+price: '3.50'
# and a comment at the end
diff --git a/tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml b/tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml
index 0580675..28dc551 100644
--- a/tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml
+++ b/tests/data/complex/items/8e9fa1ed3c1b4a30a6be7a98eda0cfa7.yaml
@@ -16,3 +16,4 @@ updated:
epoch:
version: 2
category: first
+price: '1.00'
diff --git a/tests/data/complex/items/a4265cc5dfa94c3d8030d7df4a0ab747.yaml b/tests/data/complex/items/a4265cc5dfa94c3d8030d7df4a0ab747.yaml
new file mode 100644
index 0000000..0c040b3
--- /dev/null
+++ b/tests/data/complex/items/a4265cc5dfa94c3d8030d7df4a0ab747.yaml
@@ -0,0 +1,17 @@
+name: 'Floaty price'
+description: |
+ An entry with the price stored as a float.
+position: ''
+something:
+tags: []
+keywords: []
+exists:
+with_default: 'default value'
+amount: 0
+order: ''
+created: 2021-12-23 15:32:22.100470+00:00
+updated: 2021-12-23 15:32:22.100486+00:00
+epoch:
+version: 0
+category: ''
+price: 1.90
diff --git a/tests/data/complex/settings.yaml b/tests/data/complex/settings.yaml
index b85e2a2..f4ad574 100644
--- a/tests/data/complex/settings.yaml
+++ b/tests/data/complex/settings.yaml
@@ -60,3 +60,6 @@ fields:
- second
- third
index: field
+ - name: price
+ type: decimal
+ precision: 2