neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 377636361728b19bc06671a69b0f42d17352b245
parent 51b39f816ca4a44660e7ab7906520ae908492734
Author: Rodrigo Medina <13385000+roeeyn@users.noreply.github.com>
Date:   Tue, 24 Jan 2023 19:46:00 -0600

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
Diffstat:
Mruntime/tutor/tutor.tutor.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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",