Files
neovim/runtime/tutor/zh/vim-01-beginner.tutor.json
Eduardo Cruz Guedes 5e039c8e97 fix(tutor): remove hyperlinks, simplify non-interactive examples #36307
1. Every hyperlink-like element was replaced by `"$1"` (where $1 is the original string showed in the hyperlink);
2. Arrows `--->` were used in lines containing practice examples when no editing text is involved;
3. Context on interactivity was minimally adapted when strictly needed, not to disrupt the original tutor's intent;
4. Tests regarding the tutor file refactored to ensure the new syntax is not flagged as an error.
2025-10-27 10:24:00 -07:00

39 lines
1.8 KiB
JSON

{
"expect": {
"96": "The cow jumped over the moon.",
"97": "The cow jumped over the moon.",
"117": "There is some text missing from this line.",
"118": "There is some text missing from this line.",
"135": "There is some text missing from this line.",
"136": "There is some text missing from this line.",
"137": "There is also some text missing here.",
"138": "There is also some text missing here.",
"204": "There are some words that don't belong in this sentence.",
"205": "There are some words that don't belong in this sentence.",
"221": "Somebody typed the end of this line twice.",
"276": "This line of words is cleaned up.",
"292": "1) Roses are red,",
"293": "",
"294": "3) Violets are blue,",
"295": "",
"296": "",
"297": "6) Sugar is sweet",
"298": "7) And so are you.",
"318": "Fix the errors on this line and replace them with undo.",
"319": "Fix the errors on this line and replace them with undo.",
"384": "When this line was typed in, someone pressed some wrong keys!",
"385": "When this line was typed in, someone pressed some wrong keys!",
"405": "This line has a few words that need changing using the change operator.",
"406": "This line has a few words that need changing using the change operator.",
"426": "The end of this line needs to be corrected using the c$ command.",
"427": "The end of this line needs to be corrected using the c$ command.",
"524": "Usually the best time to see the flowers is in the spring.",
"723": "This line will allow you to practice appending text to a line.",
"724": "This line will allow you to practice appending text to a line.",
"740": "Adding 123 to 456 gives you 579.",
"741": "Adding 123 to 456 gives you 579.",
"765": "a) This is the first item.",
"766": "b) This is the second item."
}
}