neovim

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

vim-01-beginner.tutor.json (1785B)


      1 {
      2  "expect": {
      3    "105": "The cow jumped over the moon.",
      4    "127": "There is some text missing from this line.",
      5    "128": "There is some text missing from this line.",
      6    "147": "There is some text missing from this line.",
      7    "148": "There is some text missing from this line.",
      8    "149": "There is also some text missing here.",
      9    "150": "There is also some text missing here.",
     10    "218": "There are some words that don't belong in this sentence.",
     11    "234": "Somebody typed the end of this line twice.",
     12    "273": -1,
     13    "292": "This line of words is cleaned up.",
     14    "309": "1)  Roses are red,",
     15    "310": "",
     16    "311": "3)  Violets are blue,",
     17    "312": "",
     18    "313": "",
     19    "314": "6)  Sugar is sweet",
     20    "315": "7)  And so are you.",
     21    "335": "Fix the errors on this line and replace them with undo.",
     22    "400": "When this line was typed in, someone pressed some wrong keys!",
     23    "401": "When this line was typed in, someone pressed some wrong keys!",
     24    "421": "This line has a few words that need changing using the change operator.",
     25    "422": "This line has a few words that need changing using the change operator.",
     26    "442": "The end of this line needs to be corrected using the c$ command.",
     27    "443": "The end of this line needs to be corrected using the c$ command.",
     28    "506": -1,
     29    "525": -1,
     30    "548": "Usually the best time to see the flowers is in the spring.",
     31    "743": -1,
     32    "748": -1,
     33    "764": "This line will allow you to practice appending text to a line.",
     34    "765": "This line will allow you to practice appending text to a line.",
     35    "785": "Adding 123 to 456 gives you 579.",
     36    "786": "Adding 123 to 456 gives you 579.",
     37    "812": "a) This is the first item.",
     38    "813": "b) This is the second item."
     39  }
     40 }