neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

tutor.tutor.json (1280B)


      1 {
      2  "expect": {
      3    "56": "This is text with **important information**",
      4    "57": "This is text with **important information**",
      5    "64": "TODO: Document '&variable'",
      6    "65": "TODO: Document '&variable'",
      7    "71": "# This is a level 1 header",
      8    "72": "# This is a level 1 header",
      9    "73": "### This is a level 3 header",
     10    "74": "### This is a level 3 header",
     11    "75": "# This is a header with a label {*label*}",
     12    "76": "# This is a header with a label {*label*}",
     13    "101": "A link to help for the ['breakindent']('breakindent') option",
     14    "102": "A link to help for the ['breakindent']('breakindent') option",
     15    "116": "A link to the [Links](*links*) section",
     16    "117": "A link to the [Links](*links*) section",
     17    "132": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
     18    "133": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
     19    "150": "~~~ viml",
     20    "151": "echom 'the value of &number is'.string(&number)",
     21    "152": "~~~",
     22    "154": "~~~ viml",
     23    "155": "echom 'the value of &number is'.string(&number)",
     24    "156": "~~~",
     25    "181": "~~~ normal",
     26    "182": "d2w",
     27    "183": "~~~",
     28    "185": "~~~ normal",
     29    "186": "d2w",
     30    "187": "~~~",
     31    "199": "`d2w`{normal}",
     32    "200": "`d2w`{normal}",
     33    "237": -1
     34  }
     35 }