Skip to content

Commit

Permalink
Tests for escape char rendering. Fixes riot#15
Browse files Browse the repository at this point in the history
  • Loading branch information
tipiirai committed Nov 7, 2013
1 parent 9cbf3dc commit ea31b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe("$.render", function() {

it("Single quotes", function() {
assert($.render("'Hello'") == "'Hello'");
assert($.render("\'Hello.\';") == "\'Hello.\';");
})

})

0 comments on commit ea31b00

Please sign in to comment.