فهرست منبع

handling JSVerify RNG state 0b2b38c4ef690d1a57

El RIDO 8 سال پیش
والد
کامیت
0cfb019615
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      js/test.js

+ 1 - 1
js/test.js

@@ -804,7 +804,7 @@ describe('Model', function () {
                 value = value.join('').trim();
 
                 // <br>, <hr> and <wbr> tags can't contain strings, table tags can't be alone, so test with a <p> instead
-                if (['br', 'hr', 'tr', 'td', 'th', 'wbr'].indexOf(element) >= 0) {
+                if (['br', 'col', 'hr', 'tr', 'td', 'th', 'wbr'].indexOf(element) >= 0) {
                     element = 'p';
                 }