From f95ffb78a94d2d0a4bb7b18dcb9d290d724fc011 Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Sun, 9 Jun 2024 14:29:57 -0400 Subject: [PATCH] distinguish for debugging --- tests/questions/markdown.gift | 4 ++-- tests/questions/markdown.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/questions/markdown.gift b/tests/questions/markdown.gift index b476aa2..a9cd3d2 100644 --- a/tests/questions/markdown.gift +++ b/tests/questions/markdown.gift @@ -1,6 +1,6 @@ -[markdown] multiline \nmarkdown +[markdown] multiline1 \nmarkdown -[markdown] multiline +[markdown] multiline2 markdown [markdown] nested lists diff --git a/tests/questions/markdown.json b/tests/questions/markdown.json index 6882b51..7ba8551 100644 --- a/tests/questions/markdown.json +++ b/tests/questions/markdown.json @@ -3,7 +3,7 @@ "tags": null, "type": "Description", "title": null, - "stem": {"format":"markdown", "text":"multiline \nmarkdown"}, + "stem": {"format":"markdown", "text":"multiline1 \nmarkdown"}, "hasEmbeddedAnswers": false }, { @@ -11,7 +11,7 @@ "tags": null, "type": "Description", "title": null, - "stem": {"format":"markdown", "text":"multiline \nmarkdown"}, + "stem": {"format":"markdown", "text":"multiline2 \nmarkdown"}, "hasEmbeddedAnswers": false }, {