Skip to content

strtime accepts formats with multiple format specifiers of the same type #61

@addisoncrump

Description

@addisoncrump

#57 is currently getting stuck on inputs like:

parse("%f%f", "10010101111111")

Because the second %f specifier overwrites the previous. To my understanding, there isn't really a case where one might want to use the same specifier twice (as it would necessarily just overwrite the other). As such, the format should probably be rejected if the same specifier is used twice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions