Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

{{ 0 }}, {{ false }} doesn't work #37

Closed
saurabhdaware opened this issue Nov 11, 2020 · 0 comments · Fixed by #40
Closed

{{ 0 }}, {{ false }} doesn't work #37

saurabhdaware opened this issue Nov 11, 2020 · 0 comments · Fixed by #40
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@saurabhdaware
Copy link
Member

saurabhdaware commented Nov 11, 2020

Printing falsy values is not possible currently.
Not printing undefined is intended (functions like console.log returns undefined) but everything else should be printed.

Reproducing Issue
In .abell file, write {{ 0 }} or {{ false }}. It is expected to print 0 and false but currently it prints blank string.

@saurabhdaware saurabhdaware added the bug Something isn't working label Nov 11, 2020
@saurabhdaware saurabhdaware added the good first issue Good for newcomers label Nov 18, 2020
@saurabhdaware saurabhdaware self-assigned this Nov 20, 2020
@saurabhdaware saurabhdaware mentioned this issue Nov 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant