Sha256: b8daccf091f4db4adfad6a7ab0a4d06c29b5f14954d2314b03b5d1116217bc59

Contents?: true

Size: 489 Bytes

Versions: 49

Compression:

Stored size: 489 Bytes

Contents

require File.expand_path('../../../../spec_helper', __FILE__)
require 'rexml/document'

describe "REXML::Text.read_with_substitution" do
  it "reads a text and escapes entities" do
    REXML::Text.read_with_substitution("&lt; &gt; &amp; &quot; &apos;").should == "< > & \" '"
  end

  it "accepts an regex for invalid expressions and raises an error if text matches" do
    lambda {REXML::Text.read_with_substitution("this is illegal", /illegal/)}.should raise_error(Exception)
  end
end

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
rhodes-7.6.0 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-7.5.1 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-7.4.1 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-7.1.17 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-6.2.0 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-6.0.11 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-5.5.18 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-5.5.17 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-5.5.15 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-5.5.0.22 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-5.5.2 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-5.5.0.7 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-5.5.0.3 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-5.5.0 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
tauplatform-1.0.3 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
tauplatform-1.0.2 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
tauplatform-1.0.1 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-3.5.1.12 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-3.3.5 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb
rhodes-3.4.2 spec/framework_spec/app/spec/library/rexml/text/read_with_substitution_spec.rb