@gmail.com\'-->">">\'">',
+ '',
+ '',
+ '',
+ '',
+ '',
+ 'xxs link',
+ 'xxs link',
+ '">',
+ ''
+ // the list goes on…
+ ]),
+ 'string',
+ function (format, prefix, xss, suffix) {
+ var clean = jsdom(),
+ text = prefix + xss + suffix;
+ $('body').html(
+ '+++ no paste text ' +
+ '+++
'
+ );
+ $.PrivateBin.PasteViewer.init();
+ $.PrivateBin.PasteViewer.setFormat(format);
+ $.PrivateBin.PasteViewer.setText(text);
+ $.PrivateBin.PasteViewer.run();
+ var result = $('body').html().indexOf(xss) !== -1;
+ clean();
+ return result;
+ }
+ );
});
});