This commit is contained in:
Mike Farah
2021-11-14 10:59:50 +11:00
parent d912d7d178
commit 63f54563ea
4 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ var commentOperatorScenarios = []expressionScenario{
document: "# welcome!\n---\n# bob\na: cat # meow\n\n# have a great day",
expression: `headComment`,
expected: []string{
"D0, P[], (!!str)::|-\n welcome!\n bob\n",
"D0, P[], (!!str)::welcome!\nbob\n",
},
},
{