aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Medina <13385000+roeeyn@users.noreply.github.com>2023-01-24 19:46:00 -0600
committerGitHub <noreply@github.com>2023-01-25 09:46:00 +0800
commit377636361728b19bc06671a69b0f42d17352b245 (patch)
treec9ca74d79dbe2cc4a68f0e950eec29acb4aa6e3c
parent51b39f816ca4a44660e7ab7906520ae908492734 (diff)
downloadrneovim-377636361728b19bc06671a69b0f42d17352b245.tar.gz
rneovim-377636361728b19bc06671a69b0f42d17352b245.tar.bz2
rneovim-377636361728b19bc06671a69b0f42d17352b245.zip
docs(tutor): fix TODO line demo (#21965)
Here, it is expected that the user add the word TODO: to show how the markdown is rendered, but the tutor is configured to expect the text without the word TODO. This PR fixes this behavior. Ref #7028
-rw-r--r--runtime/tutor/tutor.tutor.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/tutor/tutor.tutor.json b/runtime/tutor/tutor.tutor.json
index bf3eae8586..e8628e2f0e 100644
--- a/runtime/tutor/tutor.tutor.json
+++ b/runtime/tutor/tutor.tutor.json
@@ -2,8 +2,8 @@
"expect": {
"63": "This is text with **important information**",
"64": "This is text with **important information**",
- "71": "Document '&variable'",
- "72": "Document '&variable'",
+ "71": "TODO: Document '&variable'",
+ "72": "TODO: Document '&variable'",
"78": "# This is a level 1 header",
"79": "# This is a level 1 header",
"80": "### This is a level 3 header",