diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_result.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_result.yml index 47fff48544..093e658799 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_result.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_result.yml @@ -51,6 +51,7 @@ display: group_type: group admin_label: '' empty: true + tokenize: false content: "start: @start | end: @end | total: @total | label: @label | per page: @per_page | current page: @current_page | current record count: @current_record_count | page count: @page_count" format_plural: false format_plural_count: '' @@ -74,6 +75,7 @@ display: group_type: group admin_label: '' empty: false + tokenize: false content: "start: @start | end: @end | total: @total | label: @label | per page: @per_page | current page: @current_page | current record count: @current_record_count | page count: @page_count" format_plural: false format_plural_count: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml index b9761a1734..deada535cc 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml @@ -139,6 +139,7 @@ display: group_type: group admin_label: '' empty: false + tokenize: false content: 'Displaying @start - @end of @total' format_plural: false format_plural_count: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml index f471872ac1..121706a6c4 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml @@ -213,6 +213,7 @@ display: group_type: group admin_label: '' empty: true + tokenize: false content: "Displaying @start - @end of @total\n\n%1-result-!1" format_plural: false format_plural_count: '' diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.views_area_single_plural_test.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.views_area_single_plural_test.yml index 2318de63b4..b07b980780 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.views_area_single_plural_test.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.views_area_single_plural_test.yml @@ -51,6 +51,7 @@ display: group_type: group admin_label: '' empty: false + tokenize: false content: "start: @start | end: @end | total: @total | label: @label | per page: @per_page | current page: @current_page | current record count: @current_record_count | page count: @page_count | single text" format_plural: true format_plural_count: '@total' @@ -74,6 +75,7 @@ display: group_type: group admin_label: '' empty: false + tokenize: false content: "start: @start | end: @end | total: @total | label: @label | per page: @per_page | current page: @current_page | current record count: @current_record_count | page count: @page_count | single text" format_plural: true format_plural_count: '@total'