mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 13:27:43 +00:00
revert: "fix(tutor): remove hyperlinks, simplify non-interactive examples" #36622
This reverts commit 5e039c8e97.
This commit is contained in:
@@ -225,12 +225,14 @@ These elements are specified in separate JSON files like this
|
||||
"expect": {
|
||||
"1": "This is how this line should look.",
|
||||
"2": "This is how this line should look.",
|
||||
"3": -1
|
||||
}
|
||||
}
|
||||
~~~
|
||||
|
||||
These files contain an "expect" dictionary, for which the keys are line numbers and
|
||||
the values are the expected text.
|
||||
the values are the expected text. A value of -1 means that the condition for the line
|
||||
will always be satisfied, no matter what (this is useful for letting the user play a bit).
|
||||
|
||||
This is an "expect" line that is always satisfied. Try changing it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user