diff options
Diffstat (limited to 'tests/data/wrong')
| -rw-r--r-- | tests/data/wrong/items/b9a832309c984ada9f267471660c1313.yaml | 1 | ||||
| -rw-r--r-- | tests/data/wrong/settings.yaml | 6 | 
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/wrong/items/b9a832309c984ada9f267471660c1313.yaml b/tests/data/wrong/items/b9a832309c984ada9f267471660c1313.yaml index 1fa0c74..371b9a0 100644 --- a/tests/data/wrong/items/b9a832309c984ada9f267471660c1313.yaml +++ b/tests/data/wrong/items/b9a832309c984ada9f267471660c1313.yaml @@ -6,3 +6,4 @@ number: 'four'  float: 'half and a bit'  price: 'cheap'  things: +category: 'fourth' diff --git a/tests/data/wrong/settings.yaml b/tests/data/wrong/settings.yaml index bf79572..6b3a3bb 100644 --- a/tests/data/wrong/settings.yaml +++ b/tests/data/wrong/settings.yaml @@ -26,3 +26,9 @@ fields:      - name: cloud        type: cloud        help: 'There is no cloud type' +    - name: category +      type: string +      values: +        - first +        - second +        - third  | 
