Sha256: f2613f961115baa91b8aae122a9cf6135e581b728421a6faed4d58f62b3dde42
Contents?: true
Size: 399 Bytes
Versions: 25
Compression:
Stored size: 399 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', "helper")) module Nokogiri module HTML class TestNamedCharacters < Nokogiri::TestCase def test_named_character copy = NamedCharacters.get('copy') assert_equal 169, NamedCharacters['copy'] assert_equal copy.value, NamedCharacters['copy'] assert copy.description end end end end
Version data entries
25 entries across 25 versions & 2 rubygems