瀏覽代碼

Tests: Extended the manual test with more data.

Aleksander Nowodzinski 6 年之前
父節點
當前提交
fcaa46a5b8
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      packages/ckeditor5-code-block/tests/manual/codeblock.html

+ 5 - 4
packages/ckeditor5-code-block/tests/manual/codeblock.html

@@ -1,7 +1,8 @@
 <div id="editor">
-	<p>Text editor!</p>
-	<p>Text editor!</p>
-<pre><code>foo()
+<pre><code class="plaintext">Plain text</code></pre>
+	<p>Getting used to an entirely different culture can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p>
+<pre><code class="javascript">foo()
 bar()</code></pre>
-	<p>Text editor!</p>
+	<p>Getting used to an entirely different culture can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p>
+<pre><code class="css">body { color: red }</code></pre>
 </div>