summaryrefslogtreecommitdiffstats
path: root/tests/snippets/md/test_invalid_bold.txt
blob: 6a5db6adac310a5bc5319584ee50f0b173155578 (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
---input---
**no bold__

__no bold**

*no bold*

_no bold_

---tokens---
'**no'        Text
' '           Text
'bold__'      Text
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'__no'        Text
' '           Text
'bold**'      Text
'\n'          Text.Whitespace

'\n'          Text

'*no bold*'   Generic.Emph
'\n'          Text.Whitespace

'\n'          Text

'_no bold_'   Generic.Emph
'\n'          Text.Whitespace