]> 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 9ecf89b8fa2b37266e3cd6373961382ed1a2d633..ff7a82630f4edccf44fc11ee9df903449e33080f 100644 (file)
@@ -1,3 +1,5 @@
+dpkg-buildpackage: source package test
+
 # Command over multiple lines.
 gcc \
                -g -O2 -fstack-protector\
@@ -28,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