Nico Jansen 4 năm trước cách đây
mục cha
commit
28509e0c39
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      test/test-markdown.html

+ 2 - 3
test/test-markdown.html

@@ -286,7 +286,7 @@
 					  ```js
 					  ```js
 					  foo.bar();
 					  foo.bar();
 					  ```
 					  ```
-  
+
 					  <!-- .element: class="fragment" -->
 					  <!-- .element: class="fragment" -->
 					</script>
 					</script>
 				  </section>
 				  </section>
@@ -461,10 +461,9 @@
 				QUnit.test( '```javascript [1,2,3] enables line highlights and sets language', function( assert ) {
 				QUnit.test( '```javascript [1,2,3] enables line highlights and sets language', function( assert ) {
 					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-highlights-and-lanugage .hljs.javascript[data-line-numbers="1,2,3"]' ).length, 1 );
 					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-highlights-and-lanugage .hljs.javascript[data-line-numbers="1,2,3"]' ).length, 1 );
 				});
 				});
-
 				
 				
 				QUnit.test( '```block should allow custom fragment', function( assert ) {
 				QUnit.test( '```block should allow custom fragment', function( assert ) {
-					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.with-code-in-fragment pre.fragment' ).length, 1 );
+					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-code-in-fragment pre.fragment' ).length, 1 );
 				});
 				});
 
 
 			} );
 			} );