2017-07-13 16:04:15 -07:00
|
|
|
{
|
2019-11-16 16:35:32 -07:00
|
|
|
"expect": {
|
|
|
|
"103": "The cow jumped over the moon.",
|
|
|
|
"125": "There is some text missing from this line.",
|
fix(tutor): formatting, layout #15098
* fix(tutor): adjust over-80ch lines and corresponding expect file
* fix(tutor): standardise indentation and formatting, add nowrap modeline
- unifies the formatting/layout, which was a bit inconsistent,
- adds a nowrap modeline
Since the tutor uses a lot of conceals, which are included in the character
count when calculating line wrapping, lines were breaking at what looked like
odd spots, which gives a poor first impression and lowered readability.
I have adjusted some lines to be over 80ch in the source, but once they're
rendered out with conceals, they're actually under 80, so even with nowrap we
don't visually extend past 80.
fix #15088
2021-08-30 05:27:35 -07:00
|
|
|
"126": "There is some text missing from this line.",
|
2019-11-16 16:35:32 -07:00
|
|
|
"145": "There is some text missing from this line.",
|
fix(tutor): formatting, layout #15098
* fix(tutor): adjust over-80ch lines and corresponding expect file
* fix(tutor): standardise indentation and formatting, add nowrap modeline
- unifies the formatting/layout, which was a bit inconsistent,
- adds a nowrap modeline
Since the tutor uses a lot of conceals, which are included in the character
count when calculating line wrapping, lines were breaking at what looked like
odd spots, which gives a poor first impression and lowered readability.
I have adjusted some lines to be over 80ch in the source, but once they're
rendered out with conceals, they're actually under 80, so even with nowrap we
don't visually extend past 80.
fix #15088
2021-08-30 05:27:35 -07:00
|
|
|
"146": "There is some text missing from this line.",
|
2019-11-16 16:35:32 -07:00
|
|
|
"147": "There is also some text missing here.",
|
fix(tutor): formatting, layout #15098
* fix(tutor): adjust over-80ch lines and corresponding expect file
* fix(tutor): standardise indentation and formatting, add nowrap modeline
- unifies the formatting/layout, which was a bit inconsistent,
- adds a nowrap modeline
Since the tutor uses a lot of conceals, which are included in the character
count when calculating line wrapping, lines were breaking at what looked like
odd spots, which gives a poor first impression and lowered readability.
I have adjusted some lines to be over 80ch in the source, but once they're
rendered out with conceals, they're actually under 80, so even with nowrap we
don't visually extend past 80.
fix #15088
2021-08-30 05:27:35 -07:00
|
|
|
"148": "There is also some text missing here.",
|
|
|
|
"216": "There are some words that don't belong in this sentence.",
|
|
|
|
"232": "Somebody typed the end of this line twice.",
|
|
|
|
"271": -1,
|
|
|
|
"290": "This line of words is cleaned up.",
|
|
|
|
"307": -1,
|
|
|
|
"308": -1,
|
2019-11-16 16:35:32 -07:00
|
|
|
"309": -1,
|
|
|
|
"310": -1,
|
2022-01-30 05:53:01 -07:00
|
|
|
"311": -1,
|
|
|
|
"312": -1,
|
|
|
|
"313": -1,
|
|
|
|
"333": "Fix the errors on this line and replace them with undo.",
|
|
|
|
"379": -1,
|
|
|
|
"380": -1,
|
|
|
|
"381": -1,
|
|
|
|
"382": -1,
|
|
|
|
"398": "When this line was typed in, someone pressed some wrong keys!",
|
|
|
|
"399": "When this line was typed in, someone pressed some wrong keys!",
|
|
|
|
"419": "This line has a few words that need changing using the change operator.",
|
|
|
|
"420": "This line has a few words that need changing using the change operator.",
|
2023-07-11 09:06:26 -07:00
|
|
|
"440": "The end of this line needs to be corrected using the c$ command.",
|
|
|
|
"441": "The end of this line needs to be corrected using the c$ command.",
|
2022-01-30 05:53:01 -07:00
|
|
|
"504": -1,
|
|
|
|
"523": -1,
|
|
|
|
"546": "Usually the best time to see the flowers is in the spring.",
|
|
|
|
"741": -1,
|
|
|
|
"746": -1,
|
|
|
|
"762": "This line will allow you to practice appending text to a line.",
|
|
|
|
"763": "This line will allow you to practice appending text to a line.",
|
|
|
|
"783": "Adding 123 to 456 gives you 579.",
|
|
|
|
"784": "Adding 123 to 456 gives you 579.",
|
|
|
|
"810": "a) This is the first item.",
|
|
|
|
"811": "b) This is the second item."
|
2019-11-16 16:35:32 -07:00
|
|
|
}
|
2017-07-13 16:04:15 -07:00
|
|
|
}
|