data-factory-testing-framework
data-factory-testing-framework copied to clipboard
Whitespaces and other non-printable characters cause expression language to break
If expression the expression language contains whitespaces at the end of an expression, in some cases, the lark parsing breaks.
For example, @item.month (WS as the end) causes an error. We need to explore how ADF handles these cases (e.g., trims the expressions or includes it in the evaluated value).