##// END OF EJS Templates
Cleaning test....
Jean-Philippe Lang -
r2335:0f494a53c993
parent child
Show More
@@ -312,7 +312,7 RAW
312 '<li class="heading2"><a href="#Subtitle-with-red-text">Subtitle with red text</a></li>' +
312 '<li class="heading2"><a href="#Subtitle-with-red-text">Subtitle with red text</a></li>' +
313 '<li class="heading1"><a href="#Another-title">Another title</a></li>' +
313 '<li class="heading1"><a href="#Another-title">Another title</a></li>' +
314 '</ul>'
314 '</ul>'
315 puts textilizable(raw)
315
316 assert textilizable(raw).gsub("\n", "").include?(expected)
316 assert textilizable(raw).gsub("\n", "").include?(expected)
317 end
317 end
318
318
General Comments 0
You need to be logged in to leave comments. Login now