diff options
Diffstat (limited to 't/t4018/ini-subsection-noindent')
-rw-r--r-- | t/t4018/ini-subsection-noindent | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/t/t4018/ini-subsection-noindent b/t/t4018/ini-subsection-noindent new file mode 100644 index 0000000000..698ea00ea3 --- /dev/null +++ b/t/t4018/ini-subsection-noindent @@ -0,0 +1,12 @@ +[LEFT] + +[LEFT "CENTER"] +# comment +; comment +name = value + +[LEFT "RIGHT"] +# comment +; comment +name = value +ChangeMe |