Test case: usr.bin/indent/functional_test:label

Metadata

Standard output

Executing command [ cp /usr/tests/usr.bin/indent/label.0 /usr/tests/usr.bin/indent/label.0.pro /usr/tests/usr.bin/indent/label.0.stdout . ]
Executing command [ sed -e /\$FreeBSD.*\$/d label.0.stdout ]
Executing command [ /usr/bin/indent -Plabel.0.pro ]

Standard error

Fail: stdout does not match golden output
--- output_file.parsed	2018-05-25 18:02:55.082321000 +0000
+++ /tmp/kyua.3RY3fq/2757/work/check.3NGiow/stdout	2018-05-25 18:02:55.085188000 +0000
@@ -2,12 +2,12 @@
 void 
 t(void)
 {
-        switch (1) {
-        case 1:                 /* test */
-        case 2:                 /* test */
-        }
+	switch (1) {
+	case 1:			/* test */
+	case 2:			/* test */
+	}
 CLEANUP:
-        ;
-V:      ;
-U:      ;
+	;
+V:	;
+U:	;
 }
Files left in work directory after failure: input_file.parsed, label.0, label.0.pro, label.0.stdout, output_file.parsed