MCPcopy
hub / github.com/valyala/quicktemplate / TestScannerCommentFailure

Function TestScannerCommentFailure

parser/scanner_test.go:232–235  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

230}
231
232func TestScannerCommentFailure(t *testing.T) {
233 testScannerFailure(t, "{%comment%}...no endcomment")
234 testScannerFailure(t, "{% comment %}foobar{% endcomment")
235}
236
237func TestScannerSuccess(t *testing.T) {
238 testScannerSuccess(t, "", nil)

Callers

nothing calls this directly

Calls 1

testScannerFailureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…