feat(abaqus-subset-completion): step 2 — single-instance-semantic-validation

This commit is contained in:
KOKO\Mimi
2026-08-01 02:44:01 +09:00
parent 3eeab2fbe4
commit e6bc708be3
9 changed files with 417 additions and 82 deletions
@@ -219,7 +219,7 @@ TEST(ActiveInstance, RejectsInstanceTransformWithSourceDiagnostic) {
ASSERT_TRUE(has_diagnostic(result, "abaqus.semantic.instance_transform"));
ASSERT_FALSE(result.diagnostics.empty());
ASSERT_TRUE(result.diagnostics.front().source.has_value());
EXPECT_EQ(result.diagnostics.front().source->line, 4U);
EXPECT_EQ(result.diagnostics.front().source->line, 5U);
}
TEST(ActiveInstance, RejectsMissingPartReferenceWithSourceDiagnostic) {