To Reproduce
Steps to reproduce the behavior:
- Open Expression Editor on existing project
- On any column use Custom Text Transform with
value.pow(2,8)
- Notice the preview result of
null
- Change the expression to
value.quotient(2,8)
- Notice the preview result of
Error: quotient expects two numbers
Current Results
null is shown in preview result, instead of an error (since value is passed as one of the arguments with additional 2 arguments (2,8) supplied)
Expected Behavior
pow() should check arguments like quotient() does and show similar error.
Screenshots




Versions
- Operating System: Windows 10
- Browser Version: Firefox latest
- JRE or JDK Version: JDK8
- OpenRefine: openrefine-3.4-beta-458-g109aa78
Datasets
Additional context
To Reproduce
Steps to reproduce the behavior:
value.pow(2,8)nullvalue.quotient(2,8)Error: quotient expects two numbersCurrent Results
nullis shown in preview result, instead of an error (sincevalueis passed as one of the arguments with additional 2 arguments(2,8)supplied)Expected Behavior
pow()should check arguments likequotient()does and show similar error.Screenshots
Versions
Datasets
Additional context