Merge commit 'cc75948d1c7f732d102c8e31dc007a2ccd07761f' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-27 01:42:04 +00:00
parent 65be39bfd1
commit aa3b7866b0
27 changed files with 939 additions and 262 deletions

View File

@@ -296,5 +296,8 @@ TEST(MatchesReference, Incorrect)
testing::StringMatchResultListener listener;
EXPECT_TRUE(!ExplainMatchResult(MatchesReference(args, expected), actual, &listener));
EXPECT_THAT(listener.str(), StringEqWithDiff("1 tensors failed to validate"));
EXPECT_THAT(listener.str(),
StringEqWithDiff( //
"1 tensors failed to validate\n"
" - a: 625/625 incorrect elements (~100%)"));
}