Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zepinglee opened this issue Sep 13, 2021 · 0 comments

Comments

@zepinglee
Copy link
Contributor

zepinglee commented Sep 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant