[DRE-commits] [ruby-redcarpet] 02/04: refresh patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 18 13:08:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-redcarpet.

commit a77bf477431a6176d266d871183408d6ce239a27
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Nov 18 18:35:28 2014 +0530

    refresh patch
---
 debian/patches/0002-Fix-markdown_test.patch | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0002-Fix-markdown_test.patch b/debian/patches/0002-Fix-markdown_test.patch
index 73208f6..da63a8d 100644
--- a/debian/patches/0002-Fix-markdown_test.patch
+++ b/debian/patches/0002-Fix-markdown_test.patch
@@ -7,13 +7,15 @@ Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
  test/markdown_test.rb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
+Index: ruby-redcarpet/test/markdown_test.rb
+===================================================================
 --- ruby-redcarpet.orig/test/markdown_test.rb
 +++ ruby-redcarpet/test/markdown_test.rb
-@@ -285,6 +285,7 @@
+@@ -306,6 +306,7 @@ text
  
    def test_references_with_tabs_after_colon
      markdown = @markdown.render("[Link][id]\n[id]:\t\t\thttp://google.es")
--    html_equal '<p><a href="http://google.es">Link</a></p>', markdown
+-    html_equal "<p><a href=\"http://google.es\">Link</a></p>\n", markdown
 +    html_equal '<p><a href="http://google.es">Link</a></p>
 +', markdown
    end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redcarpet.git



More information about the Pkg-ruby-extras-commits mailing list