blob: 493430cce10e079da018feee326a22d1edeceed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
name: 'Not a decimal'
description: |
An entry with an invalid string for a decimal
position: ''
# # number (integer): Enter an integer here
number: 0
# # float (float): Enter a floating point number here
float: 0.0
# # price (decimal): prices are never float!
price: 'nil, nada, nothing'
things: []
# # cloud (cloud): There is no cloud type
cloud:
category: ''
|