Sha256: b325de24b065526443322dd995ea54cda2f6afcbd27195d9f6f4f51b605911b7
Contents?: true
Size: 1.33 KB
Versions: 8
Compression:
Stored size: 1.33 KB
Contents
!3 !-!contents-! with Suite Filters Option !include -seamless ContentsUsage !3 Explicit Property Option '''First create the parent page.''' |script| |start|Page Builder| |line|I'm the parent| |line|!-!contents -f-!| |page|!-ParentPage-!| !include -seamless ContentsTestsInclude '''Then request the parent page.''' |Response Requester.| |uri|valid?|contents?| |!-ParentPage-!|true|| '''...and examine the requested page to be sure that the child pages are included''' !|Response Examiner.| |type|pattern|matches?| |contents|a href="ParentPage.FirstChild"[\s\w="]+>FirstChild \(FC1\)</a>|true| |contents|a href="ParentPage.SecondChild"[\s\w="]+>SecondChild \(FC2\)</a>|true| !3 Indirect via PROPERTY_TOC Variable '''First create the parent page.''' |script| |start|Page Builder| |line|I'm also the parent| |line|!-!define FILTER_TOC {true}-!| |line|!-!contents-!| |line|!-!define FILTER_TOC {false}-!| |page|!-ParentPage-!| !include -seamless ContentsTestsInclude '''Then request the parent page.''' |Response Requester.| |uri|valid?|contents?| |!-ParentPage-!|true|| '''...and examine the requested page to be sure that the child pages are included''' !|Response Examiner.| |type|pattern|matches?| |contents|a href="ParentPage.FirstChild"[\s\w="]+>FirstChild \(FC1\)</a|true| |contents|a href="ParentPage.SecondChild"[\s\w="]+>SecondChild \(FC2\)</a|true|
Version data entries
8 entries across 8 versions & 1 rubygems