feat(abaqus-subset-completion): step 2 — single-instance-semantic-validation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user