Tests: padded and stray-brace arguments, the inline held fence, a template under concurrent use, and the fieldless-token hint

This commit is contained in:
2026-09-03 20:57:25 +02:00
parent 71cccaf4c9
commit d8048df169
3 changed files with 29 additions and 11 deletions
+6
View File
@@ -108,6 +108,12 @@ func TestFakeIsSafeForConcurrentUse(t *testing.T) {
return
}
f.List()
tmpl, err := f.NewTemplate("{/sv_SE.person.last}")
if err != nil {
t.Error(err)
return
}
tmpl.Fake()
}
}()
}