Changeset 88

Show
Ignore:
Timestamp:
12/14/2006 14:01:41 (2 years ago)
Author:
why
Message:
  • test/test_parser.rb: looks like comment() is working as well.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/test_parser.rb

    r87 r88  
    8080    assert_equal 60, (@boingboing/'p.posted').length 
    8181    assert_equal 1, @boingboing.search("//a[@name='027906']").length 
     82    assert_equal 10, @boingboing.search("script comment()").length 
    8283  end 
    8384