mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-14 12:22:25 -04:00
Merge branch 'master' into js-unit-testing
This commit is contained in:
commit
85401a1513
17 changed files with 128 additions and 36 deletions
|
@ -48,7 +48,7 @@ describe('PasteViewer', function () {
|
|||
results.push(
|
||||
$('#placeholder').hasClass('hidden') &&
|
||||
!$.PrivateBin.PasteViewer.isPrettyPrinted() &&
|
||||
$.PrivateBin.PasteViewer.getText() == text
|
||||
$.PrivateBin.PasteViewer.getText() == $('<div />').text(text).html()
|
||||
);
|
||||
if (format == 'markdown') {
|
||||
results.push(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue