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 unit tests to support "in-line" code on "function" keyword #622

Closed
mrutkows opened this issue Oct 23, 2017 · 1 comment
Closed

Add unit tests to support "in-line" code on "function" keyword #622

mrutkows opened this issue Oct 23, 2017 · 1 comment

Comments

@mrutkows
Copy link
Contributor

Need to assure we test for support of in-line code, for example:

function: |  
          function main(params) {
            console.log(params);
            return params || {};
          }

we need to have unit tests in place for multiple langs. (e.g., python, java, swift, and php at the very least)

@mrutkows
Copy link
Contributor Author

need to assure code "errors out: if typo and exists gracefully with an error message to user

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

2 participants