script-lab
script-lab copied to clipboard
comments at the beginning of the script file aren't properly formatted
Bug Report
- Host: EXCEL
- Environment: prod
Expected behavior:
Import a script and have it run.
Actual behavior:
The script is imported, but some line-breaks after the comments aren't recognized and the first few non-comment lines of the script file become comments.
Steps to Reproduce:
- Make a script lab project with // comments at the top, and then a function below.
- export it to github gists
- import the yaml file by copying the text of it (not the gist link)
- There should be an error.
Failure Logs:
Will be different depending on what lines are incorrectly turned into comments.