-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathlinks7.test
46 lines (46 loc) · 2.94 KB
/
links7.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.#-----------------------------------------------------
.input|xwiki/2.0
.#-----------------------------------------------------
[[**hello**>>Page]]
[[= notheader>>Page]]
[[{{testsimplemacro}}label{{/testsimplemacro}}>>Page]]
.#-----------------------------------------------------
.expect|event/1.0
.#-----------------------------------------------------
beginDocument
beginParagraph
beginLink [Typed = [false] Type = [doc] Reference = [Page]] [false]
beginFormat [BOLD]
onWord [hello]
endFormat [BOLD]
endLink [Typed = [false] Type = [doc] Reference = [Page]] [false]
onNewLine
beginLink [Typed = [false] Type = [doc] Reference = [Page]] [false]
onSpecialSymbol [=]
onSpace
onWord [notheader]
endLink [Typed = [false] Type = [doc] Reference = [Page]] [false]
onNewLine
beginLink [Typed = [false] Type = [doc] Reference = [Page]] [false]
onMacroInline [testsimplemacro] [] [label]
endLink [Typed = [false] Type = [doc] Reference = [Page]] [false]
endParagraph
endDocument
.#-----------------------------------------------------
.expect|xhtml/1.0
.#-----------------------------------------------------
<p><span class="wikicreatelink" title="Create resource: Page"><a href="editurl"><strong>hello</strong></a></span><br/><span class="wikicreatelink" title="Create resource: Page"><a href="editurl">= notheader</a></span><br/><span class="wikicreatelink" title="Create resource: Page"><a href="editurl"></a></span></p>
.#-----------------------------------------------------
.expect|annotatedxhtml/1.0
.#-----------------------------------------------------
<p><!--startwikilink:false|-|doc|-|Page--><span class="wikicreatelink" title="Create resource: Page"><a href="editurl"><strong>hello</strong></a></span><!--stopwikilink--><br/><!--startwikilink:false|-|doc|-|Page--><span class="wikicreatelink" title="Create resource: Page"><a href="editurl">= notheader</a></span><!--stopwikilink--><br/><!--startwikilink:false|-|doc|-|Page--><span class="wikicreatelink" title="Create resource: Page"><a href="editurl"><!--startmacro:testsimplemacro|-||-|label--><!--stopmacro--></a></span><!--stopwikilink--></p>
.#-----------------------------------------------------
.expect|xwiki/2.0
.#-----------------------------------------------------
[[**hello**>>Page]]
[[= notheader>>Page]]
[[{{testsimplemacro}}label{{/testsimplemacro}}>>Page]]
.#-----------------------------------------------------
.input|xhtml/1.0
.#-----------------------------------------------------
<p><!--startwikilink:false|-|doc|-|Page--><span class="wikicreatelink" title="Create resource: Page"><a href="editurl"><strong>hello</strong></a></span><!--stopwikilink--><br/><!--startwikilink:false|-|doc|-|Page--><span class="wikicreatelink" title="Create resource: Page"><a href="editurl">= notheader</a></span><!--stopwikilink--><br/><!--startwikilink:false|-|doc|-|Page--><span class="wikicreatelink" title="Create resource: Page"><a href="editurl"><!--startmacro:testsimplemacro|-||-|label--><!--stopmacro--></a></span><!--stopwikilink--></p>