From 4746f00b6055e3a463a68ed64d2c12e95242d495 Mon Sep 17 00:00:00 2001 From: StrayAlien Date: Sun, 12 Nov 2023 17:57:25 +1100 Subject: [PATCH] Invalid model. Variable names must match the decision name. Fixing here. --- .../1131-feel-function-invocation.dmn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/TestCases/compliance-level-3/1131-feel-function-invocation/1131-feel-function-invocation.dmn b/TestCases/compliance-level-3/1131-feel-function-invocation/1131-feel-function-invocation.dmn index 973a831b..6510011a 100644 --- a/TestCases/compliance-level-3/1131-feel-function-invocation/1131-feel-function-invocation.dmn +++ b/TestCases/compliance-level-3/1131-feel-function-invocation/1131-feel-function-invocation.dmn @@ -3,56 +3,56 @@ FEEL function invocation Tests invocation of non-existing function - + non_existing_function() Tests invocation of null - + null() Tests invocation of string - + "some_func"() Tests invocation of string (name of function) - + "abs"(-1) Tests invocation of date - + @"2023-11-11"() Tests invocation of number - + 123() Tests invocation of true - + true() Tests invocation of false - + false()