Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8095

Show
Ignore:
Timestamp:
11/06/07 18:57:33 (1 year ago)
Author:
marcel
Message:

Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/CHANGELOG

    r8094 r8095  
    11*SVN* 
     2 
     3* Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas] 
    24 
    35* Add documentation for route conditions. Closes #9041 [innu, manfred] 
  • trunk/actionpack/lib/action_controller/assertions/tag_assertions.rb

    r7437 r8095  
    3838      #     counted. 
    3939      # * <tt>:content</tt>: the textual content of the node must match the 
    40       #     given value. This will not match HTML tags in the body of a 
    41       #     tag--only text. 
     40      #   given value. This will not match HTML tags in the body of a 
     41      #   tag--only text. 
    4242      # 
    4343      # Conditions are matched using the following algorithm: 
     
    9191      #                               :child => /hello world/ } 
    9292      # 
    93       # <strong>Please note</strong: #assert_tag and #assert_no_tag only work 
     93      # <b>Please note</b>: #assert_tag and #assert_no_tag only work 
    9494      # with well-formed XHTML. They recognize a few tags as implicitly self-closing 
    9595      # (like br and hr and such) but will not work correctly with tags