From 4090de8ca2717fd028548f06783582b7c6c74931 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 3 Mar 2006 17:44:23 +0000 Subject: 2006-03-03 Frank Ch. Eigler * tapset/indent.stp, indent-default.stp: New little tapset. * stapfuncs.5.in: Document it. * testsuite/buildok/indent.stp: Build it. --- testsuite/buildok/indent.stp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testsuite/buildok/indent.stp (limited to 'testsuite/buildok/indent.stp') diff --git a/testsuite/buildok/indent.stp b/testsuite/buildok/indent.stp new file mode 100755 index 00000000..03480a51 --- /dev/null +++ b/testsuite/buildok/indent.stp @@ -0,0 +1,6 @@ +probe begin { + print (thread_indent (1)) print ("yo\n") + print (thread_indent (-1)) print ("ta\n") + exit () +} + -- cgit