Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error inspection for function call with space f () #62

Open
xonixx opened this issue Jun 28, 2021 · 0 comments
Open

Add error inspection for function call with space f () #62

xonixx opened this issue Jun 28, 2021 · 0 comments

Comments

@xonixx
Copy link
Owner

xonixx commented Jun 28, 2021

Looks like this is not cross-dialect

$ mawk 'function a (s) { print s } BEGIN { a  ("A") }'
A
$ gawk 'function a (s) { print s } BEGIN { a  ("A") }'
gawk: cmd. line:1: error: function `a' called with space between name and `(',
or used as a variable or an array
@xonixx xonixx self-assigned this Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant