fix(result-contract-completion): enforce complete result provenance

This commit is contained in:
KOKO\Mimi
2026-08-02 02:34:07 +09:00
parent f23deb0ade
commit 51939fba5b
10 changed files with 785 additions and 157 deletions
+3
View File
@@ -66,6 +66,9 @@ TEST(AbaqusParser, ParsesCaseInsensitiveKeywordsCommentsAndCommaFields) {
ASSERT_TRUE(result.deck.has_value());
EXPECT_TRUE(result.diagnostics.empty());
EXPECT_EQ(
result.input_fingerprint,
"fnv1a64:73f31da4615f09b3");
EXPECT_TRUE(result.deck->parts.empty());
EXPECT_FALSE(result.deck->assembly.has_value());