Sha256: 13c8b2d09dba9b50fd7451433e987e93bcf7c940f49b40b7751739b9135decdd
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/kernel/uri.rb # # Extracted Wed Jul 05 11:47:50 EDT 2006 # Unit Tools Reap Test Extractor # require 'facets/core/kernel/uri.rb' require 'test/unit' class TCKernel < Test::Unit::TestCase def test_uri assert_equal( uri("abc?xyz"), "abc%3Fxyz" ) end def test_unuri assert_equal( unuri("abc%3Fxyz"), "abc?xyz" ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.4.5 | test/lib/facets/core/kernel/test_uri.rb |