Carlos Figueira

Results 3 comments of Carlos Figueira

> TestBindingError(script, Features.None, errorMessage, symbolTable); Not really related to your changes, but we should be using `Features.PowerFxV1`, as no host uses `Features.None`. Same in line 90 #Resolved --- Refers to:...

We should have tests for this function as well if this is moved to this repository.

> Can we support Index() on GetKeyValues() ? The type of either Keys or GetKeyValues will be a table (either *[Value:s] or *[FieldName:s,Value:O]), and as such the Index function will...