8
0
Pārlūkot izejas kodu

Tests: Extended the manual test with more data.

Aleksander Nowodzinski 6 gadi atpakaļ
vecāks
revīzija
fcaa46a5b8

+ 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>