Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-nguyen committed May 23, 2024
1 parent 9655cb7 commit ff0b950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ public void TestUDFsReservedNamesTracking()
var restrictedUDFNames = new HashSet<string>
{
"Type", "IsType", "AsType", "Set", "Collect", "ClearCollect",
"UpdateContext", "Navigate", "Select", "Reset",
"UpdateContext", "Navigate",
};

foreach (var func in BuiltinFunctionsCore._library.FunctionNames.Union(BuiltinFunctionsCore.OtherKnownFunctions))
Expand Down

0 comments on commit ff0b950

Please sign in to comment.