aboutsummaryrefslogtreecommitdiff
path: root/runtime/tutor/tutor.tutor.json
blob: e8628e2f0ed28c95e5b054ec9305bef615fbb949 (plain) (blame)
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
{
    "expect": {
	"63": "This is text with **important information**",
	"64": "This is text with **important information**",
	"71": "TODO: Document '&variable'",
	"72": "TODO: Document '&variable'",
	"78": "# This is a level 1 header",
	"79": "# This is a level 1 header",
    	"80": "### This is a level 3 header",
	"81": "### This is a level 3 header",
    	"82": "# This is a header with a label {*label*}",
	"83": "# This is a header with a label {*label*}",
	"108": "A link to help for the ['breakindent']('breakindent') option",
	"109": "A link to help for the ['breakindent']('breakindent') option",
	"123": "A link to the [Links](*links*) section",
	"124": "A link to the [Links](*links*) section",
	"139": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
    	"140": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
	"157": "~~~ viml",
	"158": "echom 'the value of &number is'.string(&number)",
	"159": "~~~",
	"161": "~~~ viml",
	"162": "echom 'the value of &number is'.string(&number)",
	"163": "~~~",
	"188": "~~~ normal",
	"189": "d2w",
	"190": "~~~",
	"192": "~~~ normal",
	"193": "d2w",
	"194": "~~~",
	"206": "`d2w`{normal}",
	"207": "`d2w`{normal}",
	"244": -1
    }
}