diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-01-07 22:40:19 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-01-22 12:22:26 +0100 |
commit | 986bcb796d8b9e1f485baa8da599aa816c56b587 (patch) | |
tree | 76a83796a60ec0e30575d3078518c6e2545cd4b0 /tests/configuration_toml.ml | |
parent | 5e15341857e57671a3c617579e3d5dcc89040936 (diff) |
Explicitly list all the availables functions
Diffstat (limited to 'tests/configuration_toml.ml')
-rw-r--r-- | tests/configuration_toml.ml | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |