diff options
Diffstat (limited to 'tests/testdata/output_2.cfg')
-rw-r--r-- | tests/testdata/output_2.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/output_2.cfg b/tests/testdata/output_2.cfg new file mode 100644 index 0000000..80db4ae --- /dev/null +++ b/tests/testdata/output_2.cfg @@ -0,0 +1,3 @@ +foo = 1; +bar = "Hello, world!"; +baz = 2; |