From 986bcb796d8b9e1f485baa8da599aa816c56b587 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 7 Jan 2025 22:40:19 +0100 Subject: Explicitly list all the availables functions --- tests/configuration_toml.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/configuration_toml.ml') diff --git a/tests/configuration_toml.ml b/tests/configuration_toml.ml index e58ff1b..67f8d75 100644 --- a/tests/configuration_toml.ml +++ b/tests/configuration_toml.ml @@ -17,7 +17,7 @@ let test_suit = extern_key = Literal "_B"; intern_key = Function - ( "function", + ( "concat", [ Path { alias = None; column = 1 }; Path { alias = None; column = 2 }; @@ -44,7 +44,7 @@ let test_suit = let expected = [ Function - ( "function", + ( "if", [ Path { alias = Some "target"; column = 1 }; Path { alias = None; column = 2 }; -- cgit v1.2.3