Explorar o código

Apply suggestions from code review

Co-Authored-By: Maciej <jodator@gmail.com>
Mateusz Samsel %!s(int64=6) %!d(string=hai) anos
pai
achega
44707a5d72
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>'
 				);