N°8772 - xml description wip

This commit is contained in:
Eric Espie
2025-12-01 08:54:49 +01:00
parent e790929cbe
commit a88f33575d
3 changed files with 9 additions and 3 deletions

View File

@@ -87,9 +87,11 @@ class AbstractFormIOTest extends AbstractFormsTest
'Minus not supported' => ['The-test-name'],
'Percent not supported' => ['name%'],
'Accent not supported' => ['namé'],
'emoji not supported' => ['🎄🎄🎄🎄🎄'],
// Corrects
'Numbers OK' => ['name123', false],
'Starting with number OK' => ['123name123', false],
'Underscore OK' => ['The_test_name', false],
'Camel OK' => ['TheTestName', false],
];