haha oops forgot some \{}

This commit is contained in:
rhiannon morris 2022-05-25 16:09:54 +02:00
parent 221b69e8e8
commit bd57a976a8
1 changed files with 2 additions and 2 deletions

View File

@ -233,9 +233,9 @@ run1' (index, test) = do
putOk ok index test.label
local {indent $= plus 2} $ putIndentLines $ toLines info
Skip reason =>
putOk' Yellow True index "test.label # skip \{reason}"
putOk' Yellow True index "\{test.label} # skip \{reason}"
Todo reason =>
putOk' Yellow True index "test.label # todo \{reason}"
putOk' Yellow True index "\{test.label} # todo \{reason}"
pure $ toBool res
mutual