summaryrefslogtreecommitdiff
path: root/src/testdir/test68.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test68.in')
-rw-r--r--src/testdir/test68.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/testdir/test68.in b/src/testdir/test68.in
index 068d6a098..fcfc68c7b 100644
--- a/src/testdir/test68.in
+++ b/src/testdir/test68.in
@@ -52,6 +52,17 @@ a b
STARTTEST
/^{/+1
+:set tw=5 fo=tcn comments=:#
+A bjA b
+ENDTEST
+
+{
+ 1 a
+# 1 a
+}
+
+STARTTEST
+/^{/+1
:set tw=5 fo=qn comments=:#
gwap
ENDTEST
@@ -83,6 +94,14 @@ ENDTEST
}
STARTTEST
+/^#/
+:setl tw=12 fo=tqnc comments=:#
+A foobar
+ENDTEST
+
+# 1 xxxxx
+
+STARTTEST
:g/^STARTTEST/.,/^ENDTEST/d
:1;/^Results/,$wq! test.out
ENDTEST