Sha256: d272e991938e947020c3bb705c37575a55b1d3f6bedfd611191c39d2ce2e5360
Contents?: true
Size: 706 Bytes
Versions: 8
Compression:
Stored size: 706 Bytes
Contents
!3 A simple list A list created as follows {{{ 1 Item one 2 Item two}}} should be rendered as a two item ordered list. # * First create a page with a simple table in it. # !note We use backslash is a way to capture the leading space before the *. !|script| |start|Page Builder| |line|\ 1 Item One| |line|\ 2 Item Two| |page|SimpleList| # * Then request that page # !|Response Requester.| |uri|valid?|contents?| |SimpleList|true|| # * Make sure the html is correct for a simple table. # !|Response Examiner.| |type|pattern|matches?|value| |contents|<li>Item One</li>|true|| !|Response Examiner.| |type|number|string?| |line|1|<ol>| |line|2|<li>Item One</li>| |line|3|<li>Item Two</li>| |line|4|</ol>|
Version data entries
8 entries across 8 versions & 1 rubygems