1
0
forked from aniani/vim

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 <phambinhanctb2004@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Phạm Bình An 2025-06-03 21:20:00 +02:00 committed by Christian Brabandt
parent a1522f7c0d
commit c2c9132420
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -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",