fichiers de test + correctifs
correctifs de styles (polices)
This commit is contained in:
16
tests/javascript.js
Normal file
16
tests/javascript.js
Normal file
@ -0,0 +1,16 @@
|
||||
function $initHighlight(block, flags) {
|
||||
try {
|
||||
if (block.className.search(/\bno\-highlight\b/) != -1)
|
||||
return processBlock(block.function, true, 0x0F) + ' class=""';
|
||||
} catch (e) {
|
||||
/* handle exception */
|
||||
var e4x =
|
||||
<div>Example
|
||||
<p>1234</p></div>;
|
||||
}
|
||||
for (var i = 0 / 2; i < classes.length; i++) { // "0 / 2" should not be parsed as regexp
|
||||
if (checkCondition(classes[i]) === undefined)
|
||||
return /\d+[\s/]/g;
|
||||
}
|
||||
console.log(Array.every(classes, Boolean));
|
||||
}
|
Reference in New Issue
Block a user