Changeset 2295 for lang/ruby/ssb
- Timestamp:
- 12/02/07 20:13:20 (13 months ago)
- Files:
-
- 1 modified
-
lang/ruby/ssb/trunk/test/filter_test.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ssb/trunk/test/filter_test.rb
r2260 r2295 20 20 test 'filter a tag' do 21 21 assert_equal( 22 SSB::Application.filter_html("<a href='/bar'>foo</a>", URI.parse('http://example.com/foo'), Term.new(SSB::KtaiSpec::CARRIER_DOCOMO), '' ),22 SSB::Application.filter_html("<a href='/bar'>foo</a>", URI.parse('http://example.com/foo'), Term.new(SSB::KtaiSpec::CARRIER_DOCOMO), '', ''), 23 23 %Q{<a href=\"./?q=http%3A%2F%2Fexample.com%3A80%2Fbar\" target=\"_top\" >foo</a>} 24 24 )
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)