Sha256: 8349cccca81557391e713c6a5d9f64ddf5e1c94864c78b4dbc7b21037217f9c1

Contents?: true

Size: 1.26 KB

Versions: 8

Compression:

Stored size: 1.26 KB

Contents

The !-!see-! widget takes a page name as argument.  It displays the fully qualified page name in bold, prefixed by '''See:'''

|Comment|
|!c '''Markup Text'''|!c '''Displayed as'''|
|!-!see SomeTestPage-!|!see SomeTestPage|

Create some page.

|script|
|start|Page Builder|
|line|Dummy Text|
|page|!-SomePage-!|

Create a suite page with a !-!see-! widget

|script|
|start|Page Builder|
|line|!-!see SomePage-!|
|page|!-SuitePage-!|

Get the Suite page.

|Response Requester.|
|uri   |valid?|
|!-SuitePage-!|true|

|Response Examiner.|
|contents?|
||

Make sure the page name is formatted properly

!|Response Examiner.|
|type  |pattern|matches?|
|contents|<b>See: <a href=.*>SomePage</a></b>|true|


Check the !-!see-! widget with decorated !-SubWiki-! markup.

Create another page.

|script|
|start|Page Builder|
|line|Dummy Text|
|page|!-AnotherPage-!|

Create a page with a !-!see-! widget with decorated markup

|script|
|start|Page Builder|
|line|!-!see [[another page][.AnotherPage]]-!|
|page|!-YetAnotherPage-!|

Get the Suite page.

|Response Requester.|
|uri   |valid?|
|!-YetAnotherPage-!|true|

|Response Examiner.|
|contents?|
||

Make sure the page name is formatted properly

!|Response Examiner.|
|type  |pattern|matches?|
|contents|<b>See: <a href=.*>another page</a></b>|true|

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
xcfit-0.9.0 XCFitDemo/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestTheXrefWidget/content.txt
xcfit-0.8.0 XCFitDemo/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestTheXrefWidget/content.txt
xcfit-0.7.0 XCFitDemo/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestTheXrefWidget/content.txt
xcfit-0.6.0 XCFitDemo/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestTheXrefWidget/content.txt
xcfit-0.5.0 XCFitDemo/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestTheXrefWidget/content.txt
xcfit-0.4.0 XCFitDemo/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestTheXrefWidget/content.txt
xcfit-0.3.0 XCFitDemo/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestTheXrefWidget/content.txt
xcfit-0.2.0 XCFitDemo/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestTheXrefWidget/content.txt