diff --git a/libconfig-1.4.9/tests/testdata/input_4.cfg b/libconfig-1.4.9/tests/testdata/input_4.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f80387550ee70f1f79f4f1e1c07cb2062758aa6f --- /dev/null +++ b/libconfig-1.4.9/tests/testdata/input_4.cfg @@ -0,0 +1,8 @@ +// Last line has whitespace but no trailing newline. + +foo = 1; + + +bar = 2; + + \ No newline at end of file