Skip to content

Commit

Permalink
added partial helper (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sio4 authored and markbates committed Oct 31, 2018
1 parent eae6e13 commit b244719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partial_helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ func Test_PartialHelper_Javascript_With_HTML(t *testing.T) {
html, err := partialHelper(name, data, help)
r.NoError(err)
r.Equal(`alert(\'\\\'Hello\\\'\');`, string(html))
}
}

0 comments on commit b244719

Please sign in to comment.