summaryrefslogtreecommitdiff
path: root/tests/snippets/wikitext/magic-link.txt
blob: 836f75ea1ca0c172573b83779d8464496149e5e8 (plain)
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
47
48
49
50
51
52
---input---
RFC 1
RFC 2
RFC 3f
rfc 4
PMID      114514
ISBN 978-3-16-148410-0
ISBN 978 3 16-148410 0
https://example.com
irc://example.com
nolink://example.com

---tokens---
'RFC 1'       Name.Function.Magic
'\n'          Text

'RFC 2'       Name.Function.Magic
'\n'          Text

'RFC'         Text
' '           Text
'3f'          Text
'\n'          Text

'rfc'         Text
' '           Text
'4'           Text
'\n'          Text

'PMID      114514' Name.Function.Magic
'\n'          Text

'ISBN 978-3-16-148410-0' Name.Function.Magic
'\n'          Text

'ISBN 978 3 16-148410 0' Name.Function.Magic
'\n'          Text

'https://example.com' Name.Label
'\n'          Text

'irc://example.com' Name.Label
'\n'          Text

'nolink'      Text
':'           Text
'/'           Text
'/'           Text
'example'     Text
'.'           Text
'com'         Text
'\n'          Text