From 7234a79104ab8cf8358bdab153d5eefbcefc2e9a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Jan 2011 08:49:19 -0800 Subject: Textile writer: Use
 instead of bc.. for code with blank lines.

This has fewer interaction effects.
---
 tests/writer.textile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'tests')

diff --git a/tests/writer.textile b/tests/writer.textile
index f0ff383f0..ee67a7f33 100644
--- a/tests/writer.textile
+++ b/tests/writer.textile
@@ -76,19 +76,23 @@ h1. Code Blocks
 
 Code:
 
-bc.. ---- (should be four hyphens)
+
+---- (should be four hyphens)
 
 sub status {
     print "working";
 }
 
 this code block is indented by one tab
+
And: -bc.. this code block is indented by two tabs +
+    this code block is indented by two tabs
 
 These should not be escaped:  \$ \\ \> \[ \{
+

-- cgit v1.2.3