From 51799ddc1ea07223b030fe09170dd3bfff1e9138 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 7 Dec 2020 11:10:58 +0100 Subject: Missing data for the tests --- tests/data/complex/items/0b33e2b72add4ccab93a8cb7e2014b10.yaml | 10 ++++++++++ tests/data/complex/items/5be0a92b6ad745fc9ffced106c94d221.yaml | 10 ++++++++++ tests/data/complex/items/b4b1feb620aa46f5b6784fbc608e4cd8.yaml | 10 ++++++++++ tests/data/complex/items/d35a1a71000e4378a25583e050561355.yaml | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 tests/data/complex/items/0b33e2b72add4ccab93a8cb7e2014b10.yaml create mode 100644 tests/data/complex/items/5be0a92b6ad745fc9ffced106c94d221.yaml create mode 100644 tests/data/complex/items/b4b1feb620aa46f5b6784fbc608e4cd8.yaml create mode 100644 tests/data/complex/items/d35a1a71000e4378a25583e050561355.yaml diff --git a/tests/data/complex/items/0b33e2b72add4ccab93a8cb7e2014b10.yaml b/tests/data/complex/items/0b33e2b72add4ccab93a8cb7e2014b10.yaml new file mode 100644 index 0000000..c9aece7 --- /dev/null +++ b/tests/data/complex/items/0b33e2b72add4ccab93a8cb7e2014b10.yaml @@ -0,0 +1,10 @@ +name: 'With amount number two' +description: | + This is an item with an amount of 2 +position: '' +something: +tags: [] +keywords: [] +exists: +with_default: default value +amount: 2 diff --git a/tests/data/complex/items/5be0a92b6ad745fc9ffced106c94d221.yaml b/tests/data/complex/items/5be0a92b6ad745fc9ffced106c94d221.yaml new file mode 100644 index 0000000..c57b5f0 --- /dev/null +++ b/tests/data/complex/items/5be0a92b6ad745fc9ffced106c94d221.yaml @@ -0,0 +1,10 @@ +name: 'With amount number ten' +description: | + This is an item with an amount of ten +position: '' +something: +tags: [] +keywords: [] +exists: +with_default: default value +amount: 10 diff --git a/tests/data/complex/items/b4b1feb620aa46f5b6784fbc608e4cd8.yaml b/tests/data/complex/items/b4b1feb620aa46f5b6784fbc608e4cd8.yaml new file mode 100644 index 0000000..50c57e2 --- /dev/null +++ b/tests/data/complex/items/b4b1feb620aa46f5b6784fbc608e4cd8.yaml @@ -0,0 +1,10 @@ +name: 'With amount number twenty' +description: | + This is an item with an amount of 20 +position: '' +something: +tags: [] +keywords: [] +exists: +with_default: default value +amount: 20 diff --git a/tests/data/complex/items/d35a1a71000e4378a25583e050561355.yaml b/tests/data/complex/items/d35a1a71000e4378a25583e050561355.yaml new file mode 100644 index 0000000..90cfc28 --- /dev/null +++ b/tests/data/complex/items/d35a1a71000e4378a25583e050561355.yaml @@ -0,0 +1,10 @@ +name: 'With Amount Number fifteen' +description: | + This is an item with an amount of 15 +position: '' +something: +tags: [] +keywords: [] +exists: +with_default: default value +amount: 15 -- cgit v1.2.3