aboutsummaryrefslogtreecommitdiff
path: root/t/user.tc
diff options
context:
space:
mode:
Diffstat (limited to 't/user.tc')
-rw-r--r--t/user.tc6
1 files changed, 4 insertions, 2 deletions
diff --git a/t/user.tc b/t/user.tc
index 3d92e16..3527acb 100644
--- a/t/user.tc
+++ b/t/user.tc
@@ -1,5 +1,7 @@
-printf("<h1>User ");
+#include "head.tc"
+printf("\n<h1>User ");
printf("%d", id);
printf(": ");
printf("%s", user->name );
-printf("</h1>");
+printf("</h1>\n");
+#include "foot.tc"