diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-01-06 17:52:38 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-01-06 17:52:38 +0100 |
commit | da03efeaed5c578d28ed50b5d91404e4c2e9bfbd (patch) | |
tree | 58b6bb4da138d2ff126ce39179f21978bc066adc /tests/data/simple | |
parent | 9df8aaabbcaae8c01879895516f06db0d5f8cd13 (diff) |
Add an help string in a comment in the generated empty files
Diffstat (limited to 'tests/data/simple')
-rw-r--r-- | tests/data/simple/settings.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/simple/settings.yaml b/tests/data/simple/settings.yaml index fc405a1..ad68fe3 100644 --- a/tests/data/simple/settings.yaml +++ b/tests/data/simple/settings.yaml @@ -13,5 +13,7 @@ fields: - name: quantity type: integer index: no + help: 'how many items are there' - name: other type: yaml + help: '' |