forked from lix-project/lix
Fix test suite
This commit is contained in:
parent
263ccdd489
commit
343d1569b1
|
@ -149,9 +149,9 @@ Hash Hash::parseAnyPrefixed(std::string_view s)
|
||||||
return parseAny(s, std::nullopt);
|
return parseAny(s, std::nullopt);
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::pair<HashType, bool> newFunction(std::string_view & original, std::optional<HashType> optType)
|
static std::pair<HashType, bool> newFunction(std::string_view & rest, std::optional<HashType> optType)
|
||||||
{
|
{
|
||||||
auto rest = original;
|
auto original = rest;
|
||||||
|
|
||||||
bool isSRI = false;
|
bool isSRI = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue