Update test file name
This commit is contained in:
parent
e979744c28
commit
8e83ac046b
@ -79,10 +79,10 @@ func TestRenderWithEscapedVariableAtStart01(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
page := templatenest.Hash{
|
page := templatenest.Hash{
|
||||||
"TEMPLATE": "03-var-at-begin-with-space",
|
"TEMPLATE": "03-var-at-begin-with-escape",
|
||||||
}
|
}
|
||||||
|
|
||||||
outputPath := "templates/output/10-var-at-begin-with-space.html"
|
outputPath := "templates/output/10-var-at-begin-with-escape.html"
|
||||||
outputContents, err := ioutil.ReadFile(outputPath)
|
outputContents, err := ioutil.ReadFile(outputPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("error reading file (`%s`): %+v", outputPath, err)
|
t.Fatalf("error reading file (`%s`): %+v", outputPath, err)
|
||||||
|
Loading…
Reference in New Issue
Block a user