(t *testing.T)
| 230 | } |
| 231 | |
| 232 | func TestScannerCommentFailure(t *testing.T) { |
| 233 | testScannerFailure(t, "{%comment%}...no endcomment") |
| 234 | testScannerFailure(t, "{% comment %}foobar{% endcomment") |
| 235 | } |
| 236 | |
| 237 | func TestScannerSuccess(t *testing.T) { |
| 238 | testScannerSuccess(t, "", nil) |
nothing calls this directly
no test coverage detected
searching dependent graphs…