Sha256: 4e8c47d5384d6c18c02bd3af38bb520c2b570ab949d6c5528112d6791ecd13f5
Contents?: true
Size: 709 Bytes
Versions: 8
Compression:
Stored size: 709 Bytes
Contents
After a Symbolic Link is created, it is possible to view it as a normal page as well as it's children. !include CreateRelativeSymbolicLink Now add a child on the linked page. !|Page creator.| |Page name.|valid?| |LinkedPage.ChildPage|true| Let's load and view the symbolic link page. !|Response Requester.| |uri |status?| |LinkingPage.SymLink|200| !|Response Examiner.| |type |pattern|matches?| |contents|<title>LinkingPage.SymLink</title>|true| Now let's load and view the child page beneath the symbolic link page. !|Response Requester.| |uri |status?| |LinkingPage.SymLink.ChildPage|200| !|Response Examiner.| |type |pattern|matches?| |contents|<title>LinkingPage.SymLink.ChildPage</title>|true|
Version data entries
8 entries across 8 versions & 1 rubygems