-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The test name_AllCapsInitialsUntouched is supposed to check initializing of uppercase names as its file name suggests. However in its CSL, both name elements do not have initialized-with attributes and thus there is no initializing.
test-suite/processor-tests/humans/name_AllCapsInitialsUntouched.txt
Lines 26 to 35 in c3db429
| <text value="Full: "/> | |
| <names variable="author"> | |
| <name/> | |
| </names> | |
| </group> | |
| <group> | |
| <text value="Initialized: "/> | |
| <names variable="author"> | |
| <name/> | |
| </names> |
It produces identical names in the result.
| >>===== RESULT =====>> | |
| Full: JH Hartcourt Doe; Initialized: JH Hartcourt Doe | |
| <<===== RESULT =====<< |
I guess the second name element should contain a initialized-with attributes to check the initialization.
Metadata
Metadata
Assignees
Labels
No labels