Kaynağa Gözat

Apply suggestions from code review

Co-Authored-By: Maciej <jodator@gmail.com>
Mateusz Samsel 6 yıl önce
ebeveyn
işleme
44707a5d72

+ 1 - 1
packages/ckeditor5-enter/tests/entercommand.js

@@ -101,7 +101,7 @@ describe( 'EnterCommand', () => {
 				);
 
 				test(
-					'unknown attributes are disabled',
+					'unknown attributes are not copied',
 					'<p><$text bar="true">test[]</$text></p>',
 					'<p><$text bar="true">test</$text></p><p>[]</p>'
 				);