summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-04-11 09:56:13 +0200
committerSamy Pessé <samypesse@gmail.com>2016-04-11 09:56:13 +0200
commitdabdeb8a807ec9c20d05246e1c1704f9762edae1 (patch)
tree4524febd5c91dc8fe834b084e8c20dbaa5244588 /test
parentecd56315e60e4b90ac69fea97ad1f896ddaecf4e (diff)
downloadgitbook-dabdeb8a807ec9c20d05246e1c1704f9762edae1.zip
gitbook-dabdeb8a807ec9c20d05246e1c1704f9762edae1.tar.gz
gitbook-dabdeb8a807ec9c20d05246e1c1704f9762edae1.tar.bz2
Fix #1195: fix external images and fix test for it
Diffstat (limited to 'test')
-rw-r--r--test/page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/page.js b/test/page.js
index f961653..0fc59e7 100644
--- a/test/page.js
+++ b/test/page.js
@@ -289,7 +289,7 @@ describe('Page', function() {
it('should keep external images path', function() {
page.content.should.be.html({
- 'img[src="https:/upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png"]': {
+ 'img[src="https://upload.wikimedia.org/wikipedia/commons/4/47/PNG_transparency_demonstration_1.png"]': {
count: 1
}
});