mavend: say the query answers from the file (V-503)

The three daemon tests that pinned a wording ask the entry instead. The eval
scores every query variant on the persona checks, minus hisgender: it reads her
own feminine verb next to "у тебя" as addressing him as a woman.
This commit is contained in:
2026-08-04 01:32:15 +04:00
parent ae8d38fc31
commit 16d94894b7
6 changed files with 54 additions and 38 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ func TestQueryWebRefusesNonHTML(t *testing.T) {
if !ok {
t.Fatal("the web source did not claim a question with a URL")
}
if !strings.Contains(reply, "не получилось") {
if !phraser.IsQ(phraser.QueryFailPage, nil, reply) {
t.Errorf("reply = %q, want the read-failed answer", reply)
}
}