From: Phạm Bình An Date: Tue, 3 Jun 2025 19:20:00 +0000 (+0200) Subject: runtime(new-tutor): update the "correct" text in tutor.tutor.json X-Git-Tag: v9.1.1430~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c913242032e3e7efef10ad8e9df6ba94318519;p=thirdparty%2Fvim.git runtime(new-tutor): update the "correct" text in tutor.tutor.json Change from "Document '&variable'" to the expected correct result "TODO: Document '&variable'" closes: #17417 Signed-off-by: Phạm Bình An Signed-off-by: Christian Brabandt --- diff --git a/runtime/tutor/tutor.tutor.json b/runtime/tutor/tutor.tutor.json index 4fb18fbdc3..9ee0974463 100644 --- a/runtime/tutor/tutor.tutor.json +++ b/runtime/tutor/tutor.tutor.json @@ -2,8 +2,8 @@ "expect": { "56": "This is text with **important information**", "57": "This is text with **important information**", - "64": "Document '&variable'", - "65": "Document '&variable'", + "64": "TODO: Document '&variable'", + "65": "TODO: Document '&variable'", "71": "# This is a level 1 header", "72": "# This is a level 1 header", "73": "### This is a level 3 header",