summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/tutor/tutor.tutor.json
blob: 360c5cf5e326ae432f425a45d41d279c2fbee9af (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
{
  "expect": {
    "56": "This is text with **important information**",
    "57": "This is text with **important information**",
    "64": "TODO: Document '&variable'",
    "65": "TODO: Document '&variable'",
    "71": "# This is a level 1 header",
    "72": "# This is a level 1 header",
    "73": "### This is a level 3 header",
    "74": "### This is a level 3 header",
    "75": "# This is a header with a label {*label*}",
    "76": "# This is a header with a label {*label*}",
    "101": "A link to help for the ['breakindent']('breakindent') option",
    "102": "A link to help for the ['breakindent']('breakindent') option",
    "116": "A link to the [Links](*links*) section",
    "117": "A link to the [Links](*links*) section",
    "132": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
    "133": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
    "150": "~~~ viml",
    "151": "echom 'the value of &number is'.string(&number)",
    "152": "~~~",
    "154": "~~~ viml",
    "155": "echom 'the value of &number is'.string(&number)",
    "156": "~~~",
    "181": "~~~ normal",
    "182": "d2w",
    "183": "~~~",
    "185": "~~~ normal",
    "186": "d2w",
    "187": "~~~",
    "199": "`d2w`{normal}",
    "200": "`d2w`{normal}",
    "237": -1
  }
}