mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
Test store paths, with property tests
The property test in fact found a bug: we were excluding numbers!
(cherry picked from commit 018e2571aa)
This commit is contained in:
parent
01b30df520
commit
d111d2ed49
8 changed files with 228 additions and 8 deletions
7
src/libstore/path-regex.hh
Normal file
7
src/libstore/path-regex.hh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
namespace nix {
|
||||
|
||||
static constexpr std::string_view nameRegexStr = R"([0-9a-zA-Z\+\-\._\?=]+)";
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue