Closed G8EjlKeK7CwVQP2acz2B closed 7 years ago
the tests don't match the test names on these either
[ testCase "%s, passed as int" $ do
mkTestHtml [] []
"{{ printf(\"%i\", 1) }}"
"1"
, testCase "%s, passed as string" $ do
mkTestHtml [] []
"{{ printf(\"%i\", \"1\") }}"
"1"
Thanks for reporting!