浏览代码

Used the latest EditorConfig#language syntax.

Aleksander Nowodzinski 6 年之前
父节点
当前提交
cfa7ab13b7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      packages/ckeditor5-link/tests/linkediting.js

+ 3 - 1
packages/ckeditor5-link/tests/linkediting.js

@@ -72,7 +72,9 @@ describe( 'LinkEditing', () => {
 			return VirtualTestEditor
 				.create( {
 					plugins: [ Paragraph, LinkEditing, Enter ],
-					contentLanguage: 'ar'
+					language: {
+						content: 'ar'
+					}
 				} )
 				.then( editor => {
 					model = editor.model;