Mercurial > odfcast
annotate examples/test.json @ 91:607694092e2e
Extend CheckView to behave more like the actual merge.
Now the merged file is also written to a temporary file in order to make
sure the merge object actually reads all the contents of the input file.
As it turns out, some contents of the input file are only read on demand
and simply appending the file to the merge does not trigger this.
Part of mpuls/issue5709
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Thu, 26 May 2016 21:21:18 +0200 |
parents | 195306a622e0 |
children |
rev | line source |
---|---|
12
195306a622e0
Add some very basic example data
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
1 { |
195306a622e0
Add some very basic example data
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 "test": "Hallo Welt!", |
195306a622e0
Add some very basic example data
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
3 "test2": 100 |
195306a622e0
Add some very basic example data
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
4 } |
195306a622e0
Add some very basic example data
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
5 |