]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/bad-multiline
Improve line continuation to handle ignored lines correctly.
[blhc/blhc.git] / t / logs / bad-multiline
index 91f63a6a118796c45dca0e7a97baad36d6823a6e..ff7a82630f4edccf44fc11ee9df903449e33080f 100644 (file)
@@ -30,3 +30,13 @@ gcc -g -O2 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-s
 gcc -D_FORTIFY_SOURCE=2 -fstack-protector -c test-b.c
 # Escaped ";" - not really useful, just to check it works.
 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security \; -Werror=format-security -D_FORTIFY_SOURCE=1 -c test-a.c
+
+
+if ./bin-aux/missing --run makeinfo \
+    test.texi > test.info; \
+then \
+    echo good; \
+else
+    echo bad; \
+fi; \
+gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=1 -c test-b.c