nokogiri 1.6.4-x64-mingw32 → 1.6.4.1-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nokogiri might be problematic. Click here for more details.
- checksums.yaml +4 -4
 - data/CHANGELOG.ja.rdoc +41 -33
 - data/CHANGELOG.rdoc +8 -0
 - data/ext/nokogiri/extconf.rb +1 -1
 - data/lib/nokogiri/2.0/nokogiri.so +0 -0
 - data/lib/nokogiri/2.1/nokogiri.so +0 -0
 - data/lib/nokogiri/css/parser.rb +7 -6
 - data/lib/nokogiri/css/parser.y +7 -6
 - data/lib/nokogiri/version.rb +1 -1
 - data/test/css/test_nthiness.rb +4 -0
 - metadata +49 -49
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: a67713ef58d3ff42436697122ad70f58cfcdafb0
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 40873a5c2f155345e36db002b69f662fda924425
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: a942253238058275631e755fcbfeb12d50242802799fc2afa31056e5a6b5df81e9e0e4f204d086d7a9ae6e0419e12c3788b45320d087971ffab0b2dfe7f6a31e
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 9f35d6e82475d1dd57d850d0321dcc1e0ae3d51a030d12f3f0499c4aa6a93b1223d6af68c4276a8ff3c08625b16022049426390a20c218b8c3b4dd784ae854cc
         
     | 
    
        data/CHANGELOG.ja.rdoc
    CHANGED
    
    | 
         @@ -1,66 +1,74 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            === 1.6.4 / 2014 
     | 
| 
      
 1 
     | 
    
         
            +
            === 1.6.4.1 / 2014年11月5日
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            ==== Bug fixes
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * (MRI) 渡したCFLAGSが反映されないバグを修正 (#1188)
         
     | 
| 
      
 6 
     | 
    
         
            +
            * CSSセレクタの :nth(n) が動かなかったのを修正 (#1187)
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            === 1.6.4 / 2014年11月4日
         
     | 
| 
       2 
10 
     | 
    
         | 
| 
       3 
11 
     | 
    
         
             
            ==== 機能
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
     | 
    
         
            -
            * (MRI)  
     | 
| 
       6 
     | 
    
         
            -
            * (MRI) `nokogiri --version`  
     | 
| 
       7 
     | 
    
         
            -
            * (MRI)  
     | 
| 
       8 
     | 
    
         
            -
            * (MRI)  
     | 
| 
       9 
     | 
    
         
            -
            * (MRI)  
     | 
| 
      
 13 
     | 
    
         
            +
            * (MRI) 同梱の libxml2 を 2.9.2 に更新
         
     | 
| 
      
 14 
     | 
    
         
            +
            * (MRI) `nokogiri --version` の出力にパッチ一覧を追加
         
     | 
| 
      
 15 
     | 
    
         
            +
            * (MRI) ビルド中に端末に直接注意書きを出力していたのを廃止
         
     | 
| 
      
 16 
     | 
    
         
            +
            * (MRI) OS Xで /usr/include/iconv.h が存在しないのを検出し、警告するように (#1111)
         
     | 
| 
      
 17 
     | 
    
         
            +
            * (MRI) iconvの検出を libxml2 と同一の手順で行うようにした
         
     | 
| 
       10 
18 
     | 
    
         | 
| 
       11 
19 
     | 
    
         
             
            ==== バグ修正
         
     | 
| 
       12 
20 
     | 
    
         | 
| 
       13 
     | 
    
         
            -
            * (MRI)  
     | 
| 
       14 
     | 
    
         
            -
            *  
     | 
| 
      
 21 
     | 
    
         
            +
            * (MRI) DocumentFragment#element_children を修正 (#1138)
         
     | 
| 
      
 22 
     | 
    
         
            +
            * CSSの属性セレクタが先行トークンを伴わない場合 "foo [bar]" → "foo[bar]" のように解釈されていたバグを修正 (#1174)
         
     | 
| 
       15 
23 
     | 
    
         | 
| 
       16 
24 
     | 
    
         | 
| 
       17 
25 
     | 
    
         
             
            === 1.6.3.1 / 2014年7月21日
         
     | 
| 
       18 
26 
     | 
    
         | 
| 
       19 
27 
     | 
    
         
             
            ==== バグ修正
         
     | 
| 
       20 
28 
     | 
    
         | 
| 
       21 
     | 
    
         
            -
            *  
     | 
| 
      
 29 
     | 
    
         
            +
            * MacでGCCを使うとエラーになる問題に対処 #1130 (@zenspiderに感謝!)
         
     | 
| 
       22 
30 
     | 
    
         | 
| 
       23 
31 
     | 
    
         | 
| 
       24 
32 
     | 
    
         
             
            === 1.6.3 / 2014年7月20日
         
     | 
| 
       25 
33 
     | 
    
         | 
| 
       26 
34 
     | 
    
         
             
            ==== 機能
         
     | 
| 
       27 
35 
     | 
    
         | 
| 
       28 
     | 
    
         
            -
            *  
     | 
| 
      
 36 
     | 
    
         
            +
            * Node#document? と Node#processing_instruction? を追加
         
     | 
| 
       29 
37 
     | 
    
         | 
| 
       30 
38 
     | 
    
         | 
| 
       31 
39 
     | 
    
         
             
            ==== バグ修正
         
     | 
| 
       32 
40 
     | 
    
         | 
| 
       33 
     | 
    
         
            -
            * [JRuby]  
     | 
| 
       34 
     | 
    
         
            -
            * [MRI]  
     | 
| 
       35 
     | 
    
         
            -
            *  
     | 
| 
       36 
     | 
    
         
            -
            * Node#parse  
     | 
| 
       37 
     | 
    
         
            -
            *  
     | 
| 
      
 41 
     | 
    
         
            +
            * [JRuby] メモリを使い果たす脆弱性の修正 #1087 (@ocherに感謝)
         
     | 
| 
      
 42 
     | 
    
         
            +
            * [MRI] `libxml-ruby` と `nokogiri` とをマルチスレッド環境で同時に使うとGC中にsegfaultする問題を修正 #895 (@ender672に感謝!)
         
     | 
| 
      
 43 
     | 
    
         
            +
            * OS X 10.9 同梱の ruby 2.0.0 でビルド可能に #1101 (@zenspiderに感謝!)
         
     | 
| 
      
 44 
     | 
    
         
            +
            * 1.6.2以降 Node#parse がHTML文書ノードに対して動かなかった問題を修正
         
     | 
| 
      
 45 
     | 
    
         
            +
            * XML処理命令(PI)を Node#add_next_sibling で挿入可能に
         
     | 
| 
       38 
46 
     | 
    
         | 
| 
       39 
47 
     | 
    
         | 
| 
       40 
48 
     | 
    
         
             
            === 1.6.2.1 / 2014年5月13日
         
     | 
| 
       41 
49 
     | 
    
         | 
| 
       42 
50 
     | 
    
         
             
            ==== バグ修正
         
     | 
| 
       43 
51 
     | 
    
         | 
| 
       44 
     | 
    
         
            -
            *  
     | 
| 
       45 
     | 
    
         
            -
            *  
     | 
| 
       46 
     | 
    
         
            -
            *  
     | 
| 
      
 52 
     | 
    
         
            +
            * ユニバーサルバイナリ版 ruby における libxml2 の静的リンクを修正 #1104
         
     | 
| 
      
 53 
     | 
    
         
            +
            * `mini_portile` の Git への依存をパッチによって除去 #1102
         
     | 
| 
      
 54 
     | 
    
         
            +
            * 一部プラットフォームにおけるライブラリロードにまつわるsegfaultを修正 #1097
         
     | 
| 
       47 
55 
     | 
    
         | 
| 
       48 
56 
     | 
    
         | 
| 
       49 
57 
     | 
    
         
             
            === 1.6.2 / 2014年5月12日
         
     | 
| 
       50 
58 
     | 
    
         | 
| 
       51 
     | 
    
         
            -
            ====  
     | 
| 
      
 59 
     | 
    
         
            +
            ==== セキュリティ
         
     | 
| 
       52 
60 
     | 
    
         | 
| 
       53 
     | 
    
         
            -
             
     | 
| 
      
 61 
     | 
    
         
            +
            同梱の libxml2 (2.8.0) と libxslt に各レポジトリからセキュリティ修正が移植された. 以下の脆弱性対応を含む.
         
     | 
| 
       54 
62 
     | 
    
         | 
| 
       55 
63 
     | 
    
         
             
            * https://git.gnome.org/browse/libxml2/commit/?id=4629ee02ac649c27f9c0cf98ba017c6b5526070f
         
     | 
| 
       56 
64 
     | 
    
         
             
            * CVE-2013-2877 https://git.gnome.org/browse/libxml2/commit/?id=e50ba8164eee06461c73cd8abb9b46aa0be81869
         
     | 
| 
       57 
65 
     | 
    
         
             
            * CVE-2014-0191 https://git.gnome.org/browse/libxml2/commit/?id=9cd1c3cfbd32655d60572c0a413e017260c854df
         
     | 
| 
       58 
66 
     | 
    
         | 
| 
       59 
     | 
    
         
            -
             
     | 
| 
      
 67 
     | 
    
         
            +
            1.6.x のユーザは早急にアップグレードされたい.
         
     | 
| 
       60 
68 
     | 
    
         | 
| 
       61 
     | 
    
         
            -
            ====  
     | 
| 
      
 69 
     | 
    
         
            +
            ==== 互換性
         
     | 
| 
       62 
70 
     | 
    
         | 
| 
       63 
     | 
    
         
            -
             
     | 
| 
      
 71 
     | 
    
         
            +
            libxml2 2.6.21 以上が必要に. (従前は 2.6.17 以上)
         
     | 
| 
       64 
72 
     | 
    
         | 
| 
       65 
73 
     | 
    
         
             
            ==== 機能
         
     | 
| 
       66 
74 
     | 
    
         | 
| 
         @@ -87,12 +95,12 @@ Now requires libxml >= 2.6.21 (was previously >= 2.6.17). 
     | 
|
| 
       87 
95 
     | 
    
         
             
            * 同梱のライブラリを使う場合にはextconf.rbでpkg_configを呼ばなくなった #931 (Shota Fukumoriに感謝!)
         
     | 
| 
       88 
96 
     | 
    
         
             
            * Nokogiri.parse()がRSS文書などをHTML文書として誤認する問題を修正 #932 (Yamagishi Kazutoshiに感謝!)
         
     | 
| 
       89 
97 
     | 
    
         
             
            * (MRI) ノードに対して子ノードを追加する際、ノードタイプをチェックするようにした。従来はテキストノードに別のテキストノードを追加する操作によりSEGVが発生していた。 #1092
         
     | 
| 
       90 
     | 
    
         
            -
            * (JRuby) XSD 
     | 
| 
       91 
     | 
    
         
            -
            * (JRuby) Document already has a root node  
     | 
| 
       92 
     | 
    
         
            -
            * (JRuby) c14n  
     | 
| 
       93 
     | 
    
         
            -
            *  
     | 
| 
       94 
     | 
    
         
            -
            * (JRuby)  
     | 
| 
       95 
     | 
    
         
            -
            * (JRuby) XML SAX  
     | 
| 
      
 98 
     | 
    
         
            +
            * (JRuby) XSDのバリデーションがJava版でクラッシュする問題 #373
         
     | 
| 
      
 99 
     | 
    
         
            +
            * (JRuby) Builder使用時の「Document already has a root node」エラー #646
         
     | 
| 
      
 100 
     | 
    
         
            +
            * (JRuby) c14nテストがすべて通るように #226
         
     | 
| 
      
 101 
     | 
    
         
            +
            * 厳格(strict)モードで空の文書をパースするとSyntaxErrorが起きる問題 #1005
         
     | 
| 
      
 102 
     | 
    
         
            +
            * (JRuby) XPathコンテクストをキャッシュするようにして高速化 #741
         
     | 
| 
      
 103 
     | 
    
         
            +
            * (JRuby) XML SAXプッシュパーサーのメモリリーク #998
         
     | 
| 
       96 
104 
     | 
    
         
             
            * (JRUby) JRubyによるディフォルトネームスペースエイリアスの振る舞いがCRubyと同じではない。#940
         
     | 
| 
       97 
105 
     | 
    
         
             
            * (JRuby) JRubyによるネームスペースのパースと追加の振る舞いが一致していない。 #943
         
     | 
| 
       98 
106 
     | 
    
         
             
            * (JRuby) Builderで作ったドキュメントとクローンしたドキュメントではXpathの結果が違う。#1034
         
     | 
| 
         @@ -105,8 +113,8 @@ Now requires libxml >= 2.6.21 (was previously >= 2.6.17). 
     | 
|
| 
       105 
113 
     | 
    
         | 
| 
       106 
114 
     | 
    
         
             
            * Bugfixes
         
     | 
| 
       107 
115 
     | 
    
         | 
| 
       108 
     | 
    
         
            -
              * (JRuby)  
     | 
| 
       109 
     | 
    
         
            -
              * (JRuby)  
     | 
| 
      
 116 
     | 
    
         
            +
              * (JRuby) 不正なドキュメントをパースするときにメモリ不足に陥るバグを修正
         
     | 
| 
      
 117 
     | 
    
         
            +
              * (JRuby) Billion-laughs攻撃対策のリグレッションを修正 #586
         
     | 
| 
       110 
118 
     | 
    
         | 
| 
       111 
119 
     | 
    
         | 
| 
       112 
120 
     | 
    
         
             
            === 1.6.0 / 2013年6月8日
         
     | 
| 
         @@ -145,8 +153,8 @@ Now requires libxml >= 2.6.21 (was previously >= 2.6.17). 
     | 
|
| 
       145 
153 
     | 
    
         | 
| 
       146 
154 
     | 
    
         
             
            * Bugfixes
         
     | 
| 
       147 
155 
     | 
    
         | 
| 
       148 
     | 
    
         
            -
              * (JRuby)  
     | 
| 
       149 
     | 
    
         
            -
              * (JRuby)  
     | 
| 
      
 156 
     | 
    
         
            +
              * (JRuby) 不正なドキュメントをパースするときにメモリ不足に陥るバグを修正
         
     | 
| 
      
 157 
     | 
    
         
            +
              * (JRuby) Billion-laughs攻撃対策のリグレッションを修正 #586
         
     | 
| 
       150 
158 
     | 
    
         | 
| 
       151 
159 
     | 
    
         | 
| 
       152 
160 
     | 
    
         
             
            === 1.5.10 / 2013年6月7日
         
     | 
    
        data/CHANGELOG.rdoc
    CHANGED
    
    
    
        data/ext/nokogiri/extconf.rb
    CHANGED
    
    | 
         @@ -74,7 +74,7 @@ end 
     | 
|
| 
       74 
74 
     | 
    
         
             
            def add_cflags(flags)
         
     | 
| 
       75 
75 
     | 
    
         
             
              print "checking if the C compiler accepts #{flags}... "
         
     | 
| 
       76 
76 
     | 
    
         
             
              with_cflags("#{$CFLAGS} #{flags}") do
         
     | 
| 
       77 
     | 
    
         
            -
                if try_compile("int main() {return 0;}", werror: true)
         
     | 
| 
      
 77 
     | 
    
         
            +
                if try_compile("int main() {return 0;}", '', werror: true)
         
     | 
| 
       78 
78 
     | 
    
         
             
                  puts 'yes'
         
     | 
| 
       79 
79 
     | 
    
         
             
                  true
         
     | 
| 
       80 
80 
     | 
    
         
             
                else
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
    
        data/lib/nokogiri/css/parser.rb
    CHANGED
    
    | 
         @@ -530,12 +530,13 @@ end 
     | 
|
| 
       530 
530 
     | 
    
         
             
            # reduce 39 omitted
         
     | 
| 
       531 
531 
     | 
    
         | 
| 
       532 
532 
     | 
    
         
             
            def _reduce_40(val, _values, result)
         
     | 
| 
       533 
     | 
    
         
            -
                     
     | 
| 
       534 
     | 
    
         
            -
             
     | 
| 
       535 
     | 
    
         
            -
                      result = Node.new(:NTH,  
     | 
| 
       536 
     | 
    
         
            -
                     
     | 
| 
       537 
     | 
    
         
            -
                       
     | 
| 
       538 
     | 
    
         
            -
             
     | 
| 
      
 533 
     | 
    
         
            +
                    case val[0]
         
     | 
| 
      
 534 
     | 
    
         
            +
                    when 'even'
         
     | 
| 
      
 535 
     | 
    
         
            +
                      result = Node.new(:NTH, ['2','n','+','0'])
         
     | 
| 
      
 536 
     | 
    
         
            +
                    when 'odd'
         
     | 
| 
      
 537 
     | 
    
         
            +
                      result = Node.new(:NTH, ['2','n','+','1'])
         
     | 
| 
      
 538 
     | 
    
         
            +
                    when 'n'
         
     | 
| 
      
 539 
     | 
    
         
            +
                      result = Node.new(:NTH, ['1','n','+','0'])
         
     | 
| 
       539 
540 
     | 
    
         
             
                    else
         
     | 
| 
       540 
541 
     | 
    
         
             
                      # This is not CSS standard.  It allows us to support this:
         
     | 
| 
       541 
542 
     | 
    
         
             
                      # assert_xpath("//a[foo(., @href)]", @parser.parse('a:foo(@href)'))
         
     | 
    
        data/lib/nokogiri/css/parser.y
    CHANGED
    
    | 
         @@ -131,12 +131,13 @@ rule 
     | 
|
| 
       131 
131 
     | 
    
         
             
                | STRING
         
     | 
| 
       132 
132 
     | 
    
         
             
                | IDENT                             # even, odd
         
     | 
| 
       133 
133 
     | 
    
         
             
                  {
         
     | 
| 
       134 
     | 
    
         
            -
                     
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
                      result = Node.new(:NTH,  
     | 
| 
       137 
     | 
    
         
            -
                     
     | 
| 
       138 
     | 
    
         
            -
                       
     | 
| 
       139 
     | 
    
         
            -
             
     | 
| 
      
 134 
     | 
    
         
            +
                    case val[0]
         
     | 
| 
      
 135 
     | 
    
         
            +
                    when 'even'
         
     | 
| 
      
 136 
     | 
    
         
            +
                      result = Node.new(:NTH, ['2','n','+','0'])
         
     | 
| 
      
 137 
     | 
    
         
            +
                    when 'odd'
         
     | 
| 
      
 138 
     | 
    
         
            +
                      result = Node.new(:NTH, ['2','n','+','1'])
         
     | 
| 
      
 139 
     | 
    
         
            +
                    when 'n'
         
     | 
| 
      
 140 
     | 
    
         
            +
                      result = Node.new(:NTH, ['1','n','+','0'])
         
     | 
| 
       140 
141 
     | 
    
         
             
                    else
         
     | 
| 
       141 
142 
     | 
    
         
             
                      # This is not CSS standard.  It allows us to support this:
         
     | 
| 
       142 
143 
     | 
    
         
             
                      # assert_xpath("//a[foo(., @href)]", @parser.parse('a:foo(@href)'))
         
     | 
    
        data/lib/nokogiri/version.rb
    CHANGED
    
    
    
        data/test/css/test_nthiness.rb
    CHANGED
    
    | 
         @@ -78,6 +78,10 @@ EOF 
     | 
|
| 
       78 
78 
     | 
    
         
             
                    assert_result_rows [1,3,5,7,9,11,13], @parser.search("table/tr:nth(odd)")
         
     | 
| 
       79 
79 
     | 
    
         
             
                  end
         
     | 
| 
       80 
80 
     | 
    
         | 
| 
      
 81 
     | 
    
         
            +
                  def test_n
         
     | 
| 
      
 82 
     | 
    
         
            +
                    assert_result_rows (1..14).to_a, @parser.search("table/tr:nth(n)")
         
     | 
| 
      
 83 
     | 
    
         
            +
                  end
         
     | 
| 
      
 84 
     | 
    
         
            +
             
     | 
| 
       81 
85 
     | 
    
         
             
                  def test_2n
         
     | 
| 
       82 
86 
     | 
    
         
             
                    assert_equal @parser.search("table/tr:nth(even)").inner_text, @parser.search("table/tr:nth(2n)").inner_text
         
     | 
| 
       83 
87 
     | 
    
         
             
                  end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: nokogiri
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1.6.4
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.6.4.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x64-mingw32
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Aaron Patterson
         
     | 
| 
         @@ -12,7 +12,7 @@ authors: 
     | 
|
| 
       12 
12 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       13 
13 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       14 
14 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       15 
     | 
    
         
            -
            date: 2014-11- 
     | 
| 
      
 15 
     | 
    
         
            +
            date: 2014-11-07 00:00:00.000000000 Z
         
     | 
| 
       16 
16 
     | 
    
         
             
            dependencies:
         
     | 
| 
       17 
17 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       18 
18 
     | 
    
         
             
              name: mini_portile
         
     | 
| 
         @@ -535,72 +535,72 @@ signing_key: 
     | 
|
| 
       535 
535 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       536 
536 
     | 
    
         
             
            summary: Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser
         
     | 
| 
       537 
537 
     | 
    
         
             
            test_files:
         
     | 
| 
       538 
     | 
    
         
            -
            - test/ 
     | 
| 
       539 
     | 
    
         
            -
            - test/ 
     | 
| 
       540 
     | 
    
         
            -
            - test/test_convert_xpath.rb
         
     | 
| 
       541 
     | 
    
         
            -
            - test/xml/test_element_content.rb
         
     | 
| 
      
 538 
     | 
    
         
            +
            - test/xml/test_processing_instruction.rb
         
     | 
| 
      
 539 
     | 
    
         
            +
            - test/xml/test_c14n.rb
         
     | 
| 
       542 
540 
     | 
    
         
             
            - test/xml/test_builder.rb
         
     | 
| 
       543 
     | 
    
         
            -
            - test/xml/test_element_decl.rb
         
     | 
| 
       544 
     | 
    
         
            -
            - test/xml/test_parse_options.rb
         
     | 
| 
       545 
     | 
    
         
            -
            - test/xml/test_dtd_encoding.rb
         
     | 
| 
       546 
     | 
    
         
            -
            - test/xml/test_attribute_decl.rb
         
     | 
| 
       547 
     | 
    
         
            -
            - test/xml/test_cdata.rb
         
     | 
| 
       548 
541 
     | 
    
         
             
            - test/xml/test_document_fragment.rb
         
     | 
| 
       549 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
      
 542 
     | 
    
         
            +
            - test/xml/test_comment.rb
         
     | 
| 
      
 543 
     | 
    
         
            +
            - test/xml/test_unparented_node.rb
         
     | 
| 
      
 544 
     | 
    
         
            +
            - test/xml/sax/test_parser_context.rb
         
     | 
| 
      
 545 
     | 
    
         
            +
            - test/xml/sax/test_parser.rb
         
     | 
| 
      
 546 
     | 
    
         
            +
            - test/xml/sax/test_push_parser.rb
         
     | 
| 
       550 
547 
     | 
    
         
             
            - test/xml/test_node_reparenting.rb
         
     | 
| 
       551 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       552 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
      
 548 
     | 
    
         
            +
            - test/xml/test_syntax_error.rb
         
     | 
| 
      
 549 
     | 
    
         
            +
            - test/xml/test_cdata.rb
         
     | 
| 
      
 550 
     | 
    
         
            +
            - test/xml/test_entity_reference.rb
         
     | 
| 
       553 
551 
     | 
    
         
             
            - test/xml/test_schema.rb
         
     | 
| 
       554 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
      
 552 
     | 
    
         
            +
            - test/xml/test_xinclude.rb
         
     | 
| 
      
 553 
     | 
    
         
            +
            - test/xml/test_document.rb
         
     | 
| 
       555 
554 
     | 
    
         
             
            - test/xml/node/test_subclass.rb
         
     | 
| 
       556 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       557 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       558 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       559 
     | 
    
         
            -
            - test/xml/test_relax_ng.rb
         
     | 
| 
      
 555 
     | 
    
         
            +
            - test/xml/node/test_save_options.rb
         
     | 
| 
      
 556 
     | 
    
         
            +
            - test/xml/test_node_inheritance.rb
         
     | 
| 
      
 557 
     | 
    
         
            +
            - test/xml/test_text.rb
         
     | 
| 
       560 
558 
     | 
    
         
             
            - test/xml/test_xpath.rb
         
     | 
| 
       561 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       562 
     | 
    
         
            -
            - test/xml/test_node_encoding.rb
         
     | 
| 
      
 559 
     | 
    
         
            +
            - test/xml/test_element_decl.rb
         
     | 
| 
       563 
560 
     | 
    
         
             
            - test/xml/test_node_attributes.rb
         
     | 
| 
       564 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       565 
     | 
    
         
            -
            - test/xml/test_document.rb
         
     | 
| 
       566 
     | 
    
         
            -
            - test/xml/test_entity_reference.rb
         
     | 
| 
      
 561 
     | 
    
         
            +
            - test/xml/test_attribute_decl.rb
         
     | 
| 
       567 
562 
     | 
    
         
             
            - test/xml/test_node.rb
         
     | 
| 
      
 563 
     | 
    
         
            +
            - test/xml/test_reader_encoding.rb
         
     | 
| 
      
 564 
     | 
    
         
            +
            - test/xml/test_parse_options.rb
         
     | 
| 
      
 565 
     | 
    
         
            +
            - test/xml/test_node_set.rb
         
     | 
| 
      
 566 
     | 
    
         
            +
            - test/xml/test_dtd.rb
         
     | 
| 
       568 
567 
     | 
    
         
             
            - test/xml/test_document_encoding.rb
         
     | 
| 
       569 
     | 
    
         
            -
            - test/xml/test_unparented_node.rb
         
     | 
| 
       570 
     | 
    
         
            -
            - test/xml/test_syntax_error.rb
         
     | 
| 
       571 
568 
     | 
    
         
             
            - test/xml/test_entity_decl.rb
         
     | 
| 
       572 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       573 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       574 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       575 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       576 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       577 
     | 
    
         
            -
            - test/xml/ 
     | 
| 
       578 
     | 
    
         
            -
            - test/ 
     | 
| 
       579 
     | 
    
         
            -
            - test/ 
     | 
| 
       580 
     | 
    
         
            -
            - test/ 
     | 
| 
       581 
     | 
    
         
            -
            - test/ 
     | 
| 
      
 569 
     | 
    
         
            +
            - test/xml/test_node_encoding.rb
         
     | 
| 
      
 570 
     | 
    
         
            +
            - test/xml/test_attr.rb
         
     | 
| 
      
 571 
     | 
    
         
            +
            - test/xml/test_relax_ng.rb
         
     | 
| 
      
 572 
     | 
    
         
            +
            - test/xml/test_namespace.rb
         
     | 
| 
      
 573 
     | 
    
         
            +
            - test/xml/test_element_content.rb
         
     | 
| 
      
 574 
     | 
    
         
            +
            - test/xml/test_dtd_encoding.rb
         
     | 
| 
      
 575 
     | 
    
         
            +
            - test/test_reader.rb
         
     | 
| 
      
 576 
     | 
    
         
            +
            - test/css/test_tokenizer.rb
         
     | 
| 
      
 577 
     | 
    
         
            +
            - test/css/test_xpath_visitor.rb
         
     | 
| 
      
 578 
     | 
    
         
            +
            - test/css/test_nthiness.rb
         
     | 
| 
      
 579 
     | 
    
         
            +
            - test/css/test_parser.rb
         
     | 
| 
       582 
580 
     | 
    
         
             
            - test/html/test_builder.rb
         
     | 
| 
       583 
581 
     | 
    
         
             
            - test/html/test_document_fragment.rb
         
     | 
| 
       584 
     | 
    
         
            -
            - test/html/ 
     | 
| 
      
 582 
     | 
    
         
            +
            - test/html/sax/test_parser_context.rb
         
     | 
| 
      
 583 
     | 
    
         
            +
            - test/html/sax/test_parser.rb
         
     | 
| 
       585 
584 
     | 
    
         
             
            - test/html/test_element_description.rb
         
     | 
| 
       586 
     | 
    
         
            -
            - test/html/test_node_encoding.rb
         
     | 
| 
       587 
585 
     | 
    
         
             
            - test/html/test_document.rb
         
     | 
| 
      
 586 
     | 
    
         
            +
            - test/html/test_named_characters.rb
         
     | 
| 
       588 
587 
     | 
    
         
             
            - test/html/test_node.rb
         
     | 
| 
       589 
588 
     | 
    
         
             
            - test/html/test_document_encoding.rb
         
     | 
| 
       590 
     | 
    
         
            -
            - test/html/ 
     | 
| 
       591 
     | 
    
         
            -
            - test/ 
     | 
| 
      
 589 
     | 
    
         
            +
            - test/html/test_node_encoding.rb
         
     | 
| 
      
 590 
     | 
    
         
            +
            - test/test_memory_leak.rb
         
     | 
| 
      
 591 
     | 
    
         
            +
            - test/test_soap4r_sax.rb
         
     | 
| 
      
 592 
     | 
    
         
            +
            - test/xslt/test_custom_functions.rb
         
     | 
| 
      
 593 
     | 
    
         
            +
            - test/xslt/test_exception_handling.rb
         
     | 
| 
      
 594 
     | 
    
         
            +
            - test/test_nokogiri.rb
         
     | 
| 
       592 
595 
     | 
    
         
             
            - test/test_xslt_transforms.rb
         
     | 
| 
       593 
     | 
    
         
            -
            - test/ 
     | 
| 
       594 
     | 
    
         
            -
            - test/ 
     | 
| 
       595 
     | 
    
         
            -
            - test/ 
     | 
| 
       596 
     | 
    
         
            -
            - test/ 
     | 
| 
       597 
     | 
    
         
            -
            - test/test_encoding_handler.rb
         
     | 
| 
      
 596 
     | 
    
         
            +
            - test/test_convert_xpath.rb
         
     | 
| 
      
 597 
     | 
    
         
            +
            - test/decorators/test_slop.rb
         
     | 
| 
      
 598 
     | 
    
         
            +
            - test/namespaces/test_namespaces_in_cloned_doc.rb
         
     | 
| 
      
 599 
     | 
    
         
            +
            - test/namespaces/test_additional_namespaces_in_builder_doc.rb
         
     | 
| 
       598 
600 
     | 
    
         
             
            - test/namespaces/test_namespaces_in_parsed_doc.rb
         
     | 
| 
       599 
601 
     | 
    
         
             
            - test/namespaces/test_namespaces_aliased_default.rb
         
     | 
| 
       600 
     | 
    
         
            -
            - test/namespaces/test_namespaces_in_cloned_doc.rb
         
     | 
| 
       601 
602 
     | 
    
         
             
            - test/namespaces/test_namespaces_preservation.rb
         
     | 
| 
       602 
603 
     | 
    
         
             
            - test/namespaces/test_namespaces_in_created_doc.rb
         
     | 
| 
       603 
     | 
    
         
            -
            - test/namespaces/test_additional_namespaces_in_builder_doc.rb
         
     | 
| 
       604 
604 
     | 
    
         
             
            - test/namespaces/test_namespaces_in_builder_doc.rb
         
     | 
| 
       605 
     | 
    
         
            -
            - test/ 
     | 
| 
       606 
     | 
    
         
            -
            - test/ 
     | 
| 
      
 605 
     | 
    
         
            +
            - test/test_encoding_handler.rb
         
     | 
| 
      
 606 
     | 
    
         
            +
            - test/test_css_cache.rb
         
     |