view en/examples/tour.diff.out @ 155:914babdc99c8

run-example: better error if bogus section name found. Fix all such bogus names in sources.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 12 Mar 2007 23:10:32 -0700
parents 006bbad1f190
children 1b52bda675d0
line wrap: on
line source

$ \textbf{hg diff}
diff -r  hello.c


@@ -8,5 +8,6 @@ int main(int argc, char **argv)
 int main(int argc, char **argv)
 \{
 	printf("hello, world!\textbackslash{}");
+	printf("hello again!\textbackslash{}n");
 	return 0;
 \}