tutor.tutor.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "expect": {
  3. "63": "This is text with **important information**",
  4. "64": "This is text with **important information**",
  5. "71": "Document '&variable'",
  6. "72": "Document '&variable'",
  7. "78": "# This is a level 1 header",
  8. "79": "# This is a level 1 header",
  9. "80": "### This is a level 3 header",
  10. "81": "### This is a level 3 header",
  11. "82": "# This is a header with a label {*label*}",
  12. "83": "# This is a header with a label {*label*}",
  13. "108": "A link to help for the ['breakindent']('breakindent') option",
  14. "109": "A link to help for the ['breakindent']('breakindent') option",
  15. "123": "A link to the [Links](*links*) section",
  16. "124": "A link to the [Links](*links*) section",
  17. "139": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
  18. "140": "A link to [the vim-tutor-mode tutorial](@tutor:tutor)",
  19. "157": "~~~ viml",
  20. "158": "echom 'the value of &number is'.string(&number)",
  21. "159": "~~~",
  22. "161": "~~~ viml",
  23. "162": "echom 'the value of &number is'.string(&number)",
  24. "163": "~~~",
  25. "188": "~~~ normal",
  26. "189": "d2w",
  27. "190": "~~~",
  28. "192": "~~~ normal",
  29. "193": "d2w",
  30. "194": "~~~",
  31. "206": "`d2w`{normal}",
  32. "207": "`d2w`{normal}",
  33. "244": -1
  34. }
  35. }