Sha256: 126304b8e31b6d6119e6b128b295300621b9b0850d409535b56dea41a6222c3f
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
#$Id: test-larry-wikiparser.yml 116 2006-04-23 12:23:08Z larry $ title: MissingPageNameOnly in: "[[Missing Page Name]]" html: '<p><a class="missing" href="/prefix/Missing+Page+Name?action=edit">Missing Page Name</a></p>' --- title: ExistingPageNameOnly in: "[[Page Name]]" html: '<p><a class="existing" href="/prefix/Page+Name">Page Name</a></p>' --- title: ExistingWithNameAndLinkBody in: "[[Page Name|Link Body]]" html: '<p><a class="existing" href="/prefix/Page+Name">Link Body</a></p>' --- title: Style in: "Link *Body*" html: '<p>Link <em>Body</em></p>' --- title: ExistingWithNameAndLinkBodyWithStyle in: "[[Page Name|Link *Body*]]" html: '<p><a class="existing" href="/prefix/Page+Name">Link <em>Body</em></a></p>' --- title: TwoLinksOnALineWLinkText in: "[[Page one]] [[Page two|Second]] -- some other text" html: '<p><a class="existing" href="/prefix/Page+one">Page one</a> <a class="existing" href="/prefix/Page+two">Second</a> -- some other text</p>' --- title: TwoLinksOnALineWLinkTextWithSquare in: "[[ [some left text] | [some right text] ]]" html: '<p><a class="existing" href="/prefix/[some+left+text]">[some right text]</a></p>'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tartan-0.2.1 | test/test-wikilink.yml |