summaryrefslogtreecommitdiff
path: root/tests/snippets/md/test_invalid_bold.txt
blob: cc55d832d71d659fb9f707a1e718584a6618af21 (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

'\n'          Text

'__no'        Text
' '           Text
'bold**'      Text
'\n'          Text

'\n'          Text

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

'\n'          Text

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