From 7d74aa523ed8c772737b092bd2031b7f8773d50c Mon Sep 17 00:00:00 2001 From: Ashok Argent-Katwala Date: Tue, 26 May 2015 05:05:04 -0400 Subject: [PATCH] Fix tests using entities to expect numeric entities. It appears these broke with the switch from `ent` to `he`. --- test/encode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/encode.js b/test/encode.js index d35cb05..baf2493 100644 --- a/test/encode.js +++ b/test/encode.js @@ -3,7 +3,7 @@ var vows = require('vows'), bleach = require('../lib/bleach'); var HTML1 = 'This is HTML with a SCRIPT', - HTML2 = 'This is <a href="#html">HTML</a> with a SCRIPT', + HTML2 = 'This is <a href="#html">HTML</a> with a SCRIPT', HTML3 = 'This is HTML with a SCRIPT'; vows.describe('encode tests').addBatch({