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

{{else}} issue #1

Closed
ArnaudBuchholz opened this issue Jan 10, 2023 · 1 comment
Closed

{{else}} issue #1

ArnaudBuchholz opened this issue Jan 10, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ArnaudBuchholz
Copy link
Owner

  <body>
    <h1>{{ status || 'Test report' }}</h1>
    <div {{if}}="end === undefined" class="elapsed">{{ elapsed(start) }}</div>
    <div {{else}} class="elapsed">{{ elapsed(start, end) }}</div>

image

@ArnaudBuchholz ArnaudBuchholz added the bug Something isn't working label Jan 10, 2023
@ArnaudBuchholz ArnaudBuchholz self-assigned this Jan 10, 2023
ArnaudBuchholz added a commit that referenced this issue Jan 12, 2023
@ArnaudBuchholz
Copy link
Owner Author

Fixed in 1.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant