revert: "fix(tutor): remove hyperlinks, simplify non-interactive examples" #36622

This reverts commit 5e039c8e97.
This commit is contained in:
Justin M. Keyes
2025-11-19 13:47:48 -08:00
committed by GitHub
parent 3eefe37871
commit 7c2d4df2d3
14 changed files with 925 additions and 891 deletions

View File

@@ -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.