Skip to content

main-unit_test-Identifier

Shaun Roe requested to merge sroe/athena:main-unit_test-Identifier into main

Mainly: Adding unit tests for IdentifierHash, IdContext, Identifier. Also: ExpandedIdentifier text parse change; previously, if some nonsense string was used to initialise the ExpandedIdentifier, it would inject one entry, "0". This changes so that no entries are injected if no numbers are in the input. Also the more performant from_chars is used in place of sscanf.

Edited by Shaun Roe

Merge request reports