Skip to content

Missing name attribute "initialize-with" in test name_AllCapsInitialsUntouched #48

@zepinglee

Description

@zepinglee

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.

<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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions