Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.

Escape HTML entities by default #39

Merged
merged 1 commit into from
Nov 28, 2016
Merged

Escape HTML entities by default #39

merged 1 commit into from
Nov 28, 2016

Conversation

davepagurek
Copy link
Member

Lets you use ~> for unescaped literals.

May need to reconsider the symbol used for this later though: #38

@@ -133,7 +133,7 @@ class "|prefix|-text"
).to eq('<h1>hey look a brace }</h1>')
end

it 'does not alter templateless literals' do
it 'does not template templateless literals' do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's a mouthful

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL

Copy link
Member

@armcburney armcburney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!

@davepagurek davepagurek merged commit 96e2257 into develop Nov 28, 2016
@davepagurek davepagurek deleted the html-escape branch November 28, 2016 16:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants