haha oops forgot some \{}
This commit is contained in:
parent
221b69e8e8
commit
bd57a976a8
1 changed files with 2 additions and 2 deletions
|
@ -233,9 +233,9 @@ run1' (index, test) = do
|
||||||
putOk ok index test.label
|
putOk ok index test.label
|
||||||
local {indent $= plus 2} $ putIndentLines $ toLines info
|
local {indent $= plus 2} $ putIndentLines $ toLines info
|
||||||
Skip reason =>
|
Skip reason =>
|
||||||
putOk' Yellow True index "test.label # skip \{reason}"
|
putOk' Yellow True index "\{test.label} # skip \{reason}"
|
||||||
Todo reason =>
|
Todo reason =>
|
||||||
putOk' Yellow True index "test.label # todo \{reason}"
|
putOk' Yellow True index "\{test.label} # todo \{reason}"
|
||||||
pure $ toBool res
|
pure $ toBool res
|
||||||
|
|
||||||
mutual
|
mutual
|
||||||
|
|
Loading…
Reference in a new issue