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 tests for unexpected end of input #9

Open
wants to merge 1 commit into
base: v1.0.x
Choose a base branch
from
Open

Conversation

cesine
Copy link
Owner

@cesine cesine commented Jul 22, 2020

Add tests to see if this error in dativebase/dative#324

Running "eco:files" (eco) task
...
File .tmp/scripts/templates/application-settings-view.js created.
>> Error in app/scripts/templates/application-settings.eco:
>> [stdin]:4:24: error: unexpected end of input
>>     _print _safe '\n' +
test_compile
(node:5342) [DEP0025] DeprecationWarning: sys is deprecated. Use util instead.
✔ compiling fixtures/hello.eco
✖ compiling fixtures/end_of_input.eco
[stdin]:13:24: error: unexpected end of input
    _print _safe '\n' +
                       
✔ compiling fixtures/projects.eco
✔ compiling fixtures/helpers.eco
✔ parse error throws exception
test_compiler
✔ compiling fixtures/hello.eco
✔ compiling fixtures/end_of_input.eco
✔ compiling fixtures/projects.eco
✔ compiling fixtures/helpers.eco
✔ parse error throws exception

@cesine cesine changed the base branch from master to v1.0.x July 22, 2020 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant