mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-15 18:31:27 +02:00
* Add test support for multi-file output. * Add -update support for multi-file output tests. * Add support for string output in multi-file output mode. * Rename 'stringOutput' to 'stringOutputMode' to better express what it does * Refactor main_test to make it less nested. This also causes the -update flag to output a list of files which have been updated. This does not include the paths which are deleted for multi-file tests.
8 lines
66 B
JSON
8 lines
66 B
JSON
{
|
|
"foo": {
|
|
"bar": {
|
|
"baz": "yes"
|
|
}
|
|
}
|
|
}
|