Closed
Description
description
mustache-2.4.3
test suite fails with the following error message:
error log
test/unit/Spec.hs:251:82:
1) compileTimeCompiling creates compiled templates from an embedded file
expected: Right (Template {name = "Template Name", ast = [TextBlock "This ",Variable True (NamedData ["template"]),TextBlock " was injecte
d at compile time with an embedded file\n"], partials = fromList []})
but got: Right (Template {name = "test-template.txt.mustache", ast = [TextBlock "This ",Variable True (NamedData ["template"]),TextBlock
" was injected at compile time with an embedded file\r\n"], partials = fromList []})
To rerun use: --match "/compileTimeCompiling/creates compiled templates from an embedded file/" --seed 79152785
test/unit/Spec.hs:255:84:
2) compileTimeCompiling creates compiled templates from a single embedded file
expected: Right (Template {name = "Template Name", ast = [TextBlock "This ",Variable True (NamedData ["template"]),TextBlock " was injecte
d at compile time with an embedded file\n"], partials = fromList []})
but got: Right (Template {name = "test/unit/examples/test-template.txt.mustache", ast = [TextBlock "This ",Variable True (NamedData ["tem
plate"]),TextBlock " was injected at compile time with an embedded file\r\n"], partials = fromList []})
To rerun use: --match "/compileTimeCompiling/creates compiled templates from a single embedded file/" --seed 79152785