Fixed isolated file indexing

This commit is contained in:
Martino Ferrari
2026-02-02 14:26:19 +01:00
parent d4075ff809
commit ff19fef779
6 changed files with 66 additions and 9 deletions

View File

@@ -45,9 +45,9 @@ func TestLSPSignalReferences(t *testing.T) {
v.ValidateProject()
// Find definition of MySig in MyDS
root := idx.Root
root := idx.IsolatedFiles["signal_refs.marte"]
if root == nil {
t.Fatal("Root node not found")
t.Fatal("Root node not found (isolated)")
}
// Traverse to MySig