rcl/golden/build/build_multiple.test
2024-07-27 23:03:05 +02:00

17 lines
224 B
Text

{
"a.txt": {
format = "raw",
contents = "Contents of a.txt",
},
"b.txt": {
format = "raw",
contents = "Contents of b.txt",
},
}
# output:
[1/2] a.txt
Contents of a.txt
[2/2] b.txt
Contents of b.txt