[DRE-commits] [ruby-redcarpet] 02/04: Add Markdown Test patch

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Mar 23 13:31:16 UTC 2014


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

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

commit 463333b1d5ab0721d5b6d2e3ce882d8f1c306d70
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Feb 27 21:23:05 2014 +0900

    Add Markdown Test patch
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/patches/0001-Remove-RubyGems-Depends.patch |  2 +-
 debian/patches/0002-Fix-markdown_test.patch       | 20 ++++++++++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/debian/patches/0001-Remove-RubyGems-Depends.patch b/debian/patches/0001-Remove-RubyGems-Depends.patch
index bdc46ae..c276f4c 100644
--- a/debian/patches/0001-Remove-RubyGems-Depends.patch
+++ b/debian/patches/0001-Remove-RubyGems-Depends.patch
@@ -4,7 +4,7 @@ Subject: Remove RubyGems Depends
 
 Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
 ---
- test/test_helper.rb |    2 --
+ test/test_helper.rb | 2 --
  1 file changed, 2 deletions(-)
 
 diff --git a/test/test_helper.rb b/test/test_helper.rb
diff --git a/debian/patches/0002-Fix-markdown_test.patch b/debian/patches/0002-Fix-markdown_test.patch
new file mode 100644
index 0000000..73208f6
--- /dev/null
+++ b/debian/patches/0002-Fix-markdown_test.patch
@@ -0,0 +1,20 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Thu, 27 Feb 2014 21:22:41 +0900
+Subject: Fix markdown_test
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ test/markdown_test.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- ruby-redcarpet.orig/test/markdown_test.rb
++++ ruby-redcarpet/test/markdown_test.rb
+@@ -285,6 +285,7 @@
+ 
+   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>
++', markdown
+   end
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 7d8e110..6a1d024 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Remove-RubyGems-Depends.patch
+0002-Fix-markdown_test.patch

-- 
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