mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 01:11:02 +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.
7 lines
67 B
Jsonnet
7 lines
67 B
Jsonnet
{
|
|
"foo.txt": |||
|
|
foo.
|
|
|||,
|
|
"bar.txt": "bar",
|
|
}
|