mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Allow with modifier for builtin and user functions (#42)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
1c492144b3
commit
a1d0f8576a
@@ -39,7 +39,7 @@ cases:
|
||||
package test
|
||||
x = array.reverse()
|
||||
query: data.test
|
||||
error: "at least one argument required for function calls"
|
||||
error: "expects 1 argument"
|
||||
|
||||
- note: reverse-more-args
|
||||
data: {}
|
||||
|
||||
Reference in New Issue
Block a user