Преглед на файлове

Apply suggestions from code review

Co-Authored-By: Maciej <jodator@gmail.com>
Mateusz Samsel преди 6 години
родител
ревизия
44707a5d72
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-enter/tests/entercommand.js

+ 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>'
 				);