summaryrefslogtreecommitdiff
path: root/test/text_test.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2012-12-11 02:04:26 -0700
committerDan Allen <dan.j.allen@gmail.com>2012-12-11 02:04:26 -0700
commit2030da2ca07eb4cfe5d96053298d5bdc96eb1a0c (patch)
treec998c72c923da4037138a091b351a57300fda926 /test/text_test.rb
parent52330d3e8c532018d924903ff6b0f0ef473a2ad9 (diff)
horizontal ruler only needs to be three quotes
Diffstat (limited to 'test/text_test.rb')
-rw-r--r--test/text_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text_test.rb b/test/text_test.rb
index 1458b1b8..efddb03d 100644
--- a/test/text_test.rb
+++ b/test/text_test.rb
@@ -16,7 +16,7 @@ context "Text" do
end
test "separator" do
- assert_xpath "//hr", render_string("This is separated.\n\n''''\n\n...from this!"), 1
+ assert_xpath "//hr", render_string("This is separated.\n\n'''\n\n...from this!"), 1
end
test "emphasized text" do