Changeset 0d419aa2fa3a57ef424415d027a95857113e74e3

Show
Ignore:
Timestamp:
07/29/08 17:28:35 (5 months ago)
Author:
Mark Guzman <segfault@…>
Parents:
7945e32a9b7eef5967b116803fde8625b981cdb4
Children:
be62fb706bd0b4607a74748a19dda796952f1dfd
git-committer:
Mark Guzman <segfault@hasno.info> / 2008-07-29T17:28:35Z-0400
Message:

adding a test with a doctype from a ruby-talk thread

Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • specs/fastxml_doc_spec.rb

    r7945e3 r0d419a  
    108108    res.should be_nil 
    109109  end 
     110   
     111  it 'should be able to handle doctype references without looking them up' do 
     112    doc = FastXml( open("./test_data/clr_test.xml") ) 
     113    doc.should_not be_nil 
     114    doc.to_s.should_not be_nil 
     115  end 
    110116end