neovim

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

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


      1 {
      2  "expect": {
      3    "96": "The cow jumped over the moon.",
      4    "97": "The cow jumped over the moon.",
      5    "117": "There is some text missing from this line.",
      6    "118": "There is some text missing from this line.",
      7    "135": "There is some text missing from this line.",
      8    "136": "There is some text missing from this line.",
      9    "137": "There is also some text missing here.",
     10    "138": "There is also some text missing here.",
     11    "204": "There are some words that don't belong in this sentence.",
     12    "205": "There are some words that don't belong in this sentence.",
     13    "221": "Somebody typed the end of this line twice.",
     14    "259": -1,
     15    "276": "This line of words is cleaned up.",
     16    "292": "1)  Roses are red,",
     17    "293": "",
     18    "294": "3)  Violets are blue,",
     19    "295": "",
     20    "296": "",
     21    "297": "6)  Sugar is sweet",
     22    "298": "7)  And so are you.",
     23    "318": "Fix the errors on this line and replace them with undo.",
     24    "319": "Fix the errors on this line and replace them with undo.",
     25    "384": "When this line was typed in, someone pressed some wrong keys!",
     26    "385": "When this line was typed in, someone pressed some wrong keys!",
     27    "405": "This line has a few words that need changing using the change operator.",
     28    "406": "This line has a few words that need changing using the change operator.",
     29    "426": "The end of this line needs to be corrected using the c$ command.",
     30    "427": "The end of this line needs to be corrected using the c$ command.",
     31    "484": -1,
     32    "502": -1,
     33    "524": "Usually the best time to see the flowers is in the spring.",
     34    "702": -1,
     35    "707": -1,
     36    "723": "This line will allow you to practice appending text to a line.",
     37    "724": "This line will allow you to practice appending text to a line.",
     38    "740": "Adding 123 to 456 gives you 579.",
     39    "741": "Adding 123 to 456 gives you 579.",
     40    "765": "a) This is the first item.",
     41    "766": "b) This is the second item."
     42  }
     43 }