diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2012-12-11 02:04:26 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2012-12-11 02:04:26 -0700 |
| commit | 2030da2ca07eb4cfe5d96053298d5bdc96eb1a0c (patch) | |
| tree | c998c72c923da4037138a091b351a57300fda926 /test/text_test.rb | |
| parent | 52330d3e8c532018d924903ff6b0f0ef473a2ad9 (diff) | |
horizontal ruler only needs to be three quotes
Diffstat (limited to 'test/text_test.rb')
| -rw-r--r-- | test/text_test.rb | 2 |
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 |
