[DRE-commits] [ruby-kramdown] 02/06: Refresh skip_missing_math_engines.patch

Cédric Boutillier boutil at moszumanska.debian.org
Sat Aug 27 13:38:16 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-kramdown.

commit 790621650f1f53314f086028a248c366a64fa80c
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Aug 27 11:38:48 2016 +0200

    Refresh skip_missing_math_engines.patch
---
 debian/patches/skip_missing_math_engines.patch | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/patches/skip_missing_math_engines.patch b/debian/patches/skip_missing_math_engines.patch
index 05e1b92..a0dd5a2 100644
--- a/debian/patches/skip_missing_math_engines.patch
+++ b/debian/patches/skip_missing_math_engines.patch
@@ -1,15 +1,16 @@
 Description" Skip tests with math using unavailable math engines
 Forwarded: no
 Author: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2016-06-08
+Last-Update: 2016-08-27
 
 --- a/test/test_files.rb
 +++ b/test/test_files.rb
-@@ -19,7 +19,15 @@
+@@ -35,8 +35,15 @@
    EXCLUDE_KD_FILES = [('test/testcases/block/04_header/with_auto_ids.text' if RUBY_VERSION <= '1.8.6'), # bc of dep stringex not working
                        ('test/testcases/span/03_codespan/rouge/' if RUBY_VERSION < '2.0'), #bc of rouge
                        ('test/testcases/block/06_codeblock/rouge/' if RUBY_VERSION < '2.0'), #bc of rouge
--
+-                      ('test/testcases/block/15_math/itex2mml.text' if RUBY_PLATFORM == 'java'), # bc of itextomml
+-                      ('test/testcases/span/math/itex2mml.text' if RUBY_PLATFORM == 'java'), # bc of itextomml
 +                      'test/testcases/block/15_math/gh_128.text',
 +                      'test/testcases/block/15_math/itex2mml.text',
 +                      'test/testcases/block/15_math/mathjaxnode_notexhints.text',
@@ -22,11 +23,12 @@ Last-Update: 2016-06-08
                       ].compact
  
    # Generate test methods for kramdown-to-xxx conversion
-@@ -301,7 +309,16 @@
-                        ('test/testcases/span/03_codespan/rouge/disabled.text' if RUBY_VERSION < '2.0'),
+@@ -323,8 +330,15 @@
                         ('test/testcases/block/06_codeblock/rouge/simple.text' if RUBY_VERSION < '2.0'), #bc of rouge
                         ('test/testcases/block/06_codeblock/rouge/disabled.text' if RUBY_VERSION < '2.0'), #bc of rouge
--                      ].compact
+                        ('test/testcases/block/06_codeblock/rouge/multiple.text' if RUBY_VERSION < '2.0'), #bc of rouge
+-                       ('test/testcases/block/15_math/itex2mml.text' if RUBY_PLATFORM == 'java'), # bc of itextomml
+-                       ('test/testcases/span/math/itex2mml.text' if RUBY_PLATFORM == 'java'), # bc of itextomml
 +                       'test/testcases/block/15_math/gh_128.text',
 +                       'test/testcases/block/15_math/itex2mml.text',
 +                       'test/testcases/block/15_math/mathjaxnode_notexhints.text',
@@ -36,7 +38,6 @@ Last-Update: 2016-06-08
 +                       'test/testcases/span/math/itex2mml.text',
 +                       'test/testcases/span/math/mathjaxnode.text',
 +                       'test/testcases/span/math/ritex.text',
-+  ].compact
+                       ].compact
  
    # Generate test methods for gfm-to-html conversion
-   Dir[File.dirname(__FILE__) + '/{testcases,testcases_gfm}/**/*.text'].each do |text_file|

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



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