diff core/modules/locale/tests/locale_test.es6.js @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/modules/locale/tests/locale_test.es6.js	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/locale/tests/locale_test.es6.js	Thu May 09 15:34:47 2019 +0100
@@ -50,3 +50,5 @@
 Drupal.formatPlural(1, "Context Double Quoted plural", "Context Double Quoted @count plural", {}, {"context": "Context string double quoted"});
 
 Drupal.formatPlural(1, "Context !key Args plural", "Context !key Args @count plural", {'!key': 'value'}, {context: "Context string"});
+
+Drupal.formatPlural(1, "No count argument plural - singular", "No count argument plural - plural");