-
The following simple test case:
``` ruby
require 'nokogiri'
class MyNode < Nokogiri::XML::Node
def self.new(*args)
super
end
end
class MyNode2 < Nokogiri::XML::Node
def initialize(*args)…
-
```
$ rake
(in /Users/yoko/Documents/workspace/Ranunculus)
cp tmp/java/nokogiri/nokogiri.jar lib/nokogiri/nokogiri.jar
/Users/yoko/Projects/nokogiri/jruby/bin/jruby -w -I.:lib:bin:test:. -e 'require "…
-
[miahjohnson@zookeeper]$: foodcritic .
/Users/miahjohnson/.rvm/gems/ruby-1.9.3-p0@chef-0.10.8/gems/nokogiri-1.5.2/lib/nokogiri/xml/node.rb:159: [BUG] Segmentation fault
ruby 1.9.3p0 (2011-10-30 revisi…
miah updated
12 years ago
-
My system:
```
OS: Mac OS X Lion 10.7.3
Ruby version: ruby 1.9.3p27 (2012-01-13 revision 34290) [x86_64-darwin11.2.0]
Rails version: Rails 3.2.0
Gem version: 1.8.15
Rvm version: 1.8.3
```
I run con…
-
Hi,
I just got this segfault using the provided example scraping this page http://git.or.cz/course/svn.html#merge. I had success with another page. This is running on Lion.
I was using the version y…
-
I encountered a weird issue, when running RSpec with the `--format` option (either `html` or `process` or `documentation`) with all tests found in `sepc/**/*_spec.rb`. It always crashes at the same po…
-
The line causing this is
```
_html = Nokogiri::HTML(@in_file_content)
```
while `@in_file_content` is a reasonable long string (approx. 32k characters) with the content of a HTML file.
### Environme…