]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-conf-parser.c
Merge pull request #14111 from keszybz/unknown-section-warning
[thirdparty/systemd.git] / src / test / test-conf-parser.c
index b392a2b5ec58168a35d65b0781ef44e413f1fdf6..18b083d87fcb9d0abccd5d8996c580aa304ac122 100644 (file)
@@ -227,8 +227,8 @@ static const char* const config_file[] = {
         "[Section]\n"
         "[Section]\n"
         "setting1=1\n"
-        "setting1=2\n"
-        "setting1=1\n",      /* repeated settings */
+        "setting1=    2 \t\n"
+        "setting1=    1\n",  /* repeated settings */
 
         "[Section]\n"
         "[Section]\n"