diff --git a/libconfig-1.4.9/tests/testdata/input_2.cfg b/libconfig-1.4.9/tests/testdata/input_2.cfg new file mode 100644 index 0000000000000000000000000000000000000000..e342dcadacb2ba15392e56234d755f5bef85c025 --- /dev/null +++ b/libconfig-1.4.9/tests/testdata/input_2.cfg @@ -0,0 +1,18 @@ + +// File with extraneous whitespace. + + foo = 1; + + + + bar + = + "Hello, " + "world!" +; + + +baz = 2; + + +