Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

viperHTML doesn't seem to preserve white space #7

Closed
joshgillies opened this issue Aug 8, 2017 · 3 comments
Closed

viperHTML doesn't seem to preserve white space #7

joshgillies opened this issue Aug 8, 2017 · 3 comments
Labels

Comments

@joshgillies
Copy link

Easy enough to replicate, wondering whether it's considered a bug?

const viperHTML = require('viperhtml')

console.log(viperHTML.wire()`<div> Hello, ${'World'} </div>`) // <div>Hello,World</div>
@WebReflection
Copy link
Owner

yes, it is

@WebReflection
Copy link
Owner

0.12.3 fixed this. Apologies for any inconvenience

@joshgillies
Copy link
Author

Nice work! Thanks 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants