aboutsummaryrefslogtreecommitdiff
path: root/tests/analyser_dependency.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-04-10 20:27:59 +0200
committerSébastien Dailly <sebastien@dailly.me>2025-04-12 09:47:47 +0200
commitc284321b1073e06481c63e2c061a1600fa68254d (patch)
tree87155166131f8bdfce92dbb5eb68e66b223fa1fd /tests/analyser_dependency.ml
parent9e2dbe43abe97c4e60b158e5fa52172468a2afb8 (diff)
Added filters expressions in the externals
Diffstat (limited to 'tests/analyser_dependency.ml')
-rw-r--r--tests/analyser_dependency.ml8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/analyser_dependency.ml b/tests/analyser_dependency.ml
index 511b706..00f21d7 100644
--- a/tests/analyser_dependency.ml
+++ b/tests/analyser_dependency.ml
@@ -40,6 +40,7 @@ let test_keys =
name = "other";
expression = Expression.Path 3;
columns = lazy (Cont.IntSet.singleton 3);
+ filters = [];
};
]
in
@@ -61,6 +62,7 @@ let test_keys_missing =
name = "last_file";
expression = Expression.Path 3;
columns = lazy (Cont.IntSet.singleton 3);
+ filters = [];
};
]
in
@@ -145,14 +147,14 @@ let test_unlinked =
target = { file = "other.xlsx"; tab = 1; name = "circular" };
extern_key = Path 3;
allow_missing = true;
- match_rule = None;
+ filters = [];
};
{
intern_key = Path { alias = Some "circular"; column = 1 };
target = { file = "other2.xlsx"; tab = 1; name = "circular2" };
extern_key = Path 3;
allow_missing = true;
- match_rule = None;
+ filters = [];
};
];
columns = [];
@@ -177,7 +179,7 @@ let conf_with_unlinked =
target = { file = "other.xlsx"; tab = 1; name = "other" };
extern_key = Path 3;
allow_missing = false;
- match_rule = None;
+ filters = [];
};
];
columns =