From 39f39919fb4749787393e95503f9814912265a73 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 11 Dec 2024 22:04:40 +0100 Subject: Review the consistency request --- tests/configuration_toml.ml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'tests/configuration_toml.ml') diff --git a/tests/configuration_toml.ml b/tests/configuration_toml.ml index 3c8bfc2..e58ff1b 100644 --- a/tests/configuration_toml.ml +++ b/tests/configuration_toml.ml @@ -10,21 +10,21 @@ let test_suit = match toml with | Error s -> raise (Failure s) | Ok result -> - let open ImportConf.Syntax in let expected = - { - target = { file = ""; tab = 1; name = "target" }; - extern_key = Literal "_B"; - intern_key = - Function - ( "function", - [ - Path { alias = None; column = 1 }; - Path { alias = None; column = 2 }; - ] ); - match_rule = None; - allow_missing = true; - } + ImportConf.Syntax.Extern. + { + target = { file = ""; tab = 1; name = "target" }; + extern_key = Literal "_B"; + intern_key = + Function + ( "function", + [ + Path { alias = None; column = 1 }; + Path { alias = None; column = 2 }; + ] ); + match_rule = None; + allow_missing = true; + } in let printer s = -- cgit v1.2.3