mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
r"[A-z]" is not equivalent to r"[A-Za-z]"; it is equivalent to r"[A-Z[]^_`a-z]". But Python variable names cannot contain, e.g., a backtick. So the current regex is wrong. |
||
|---|---|---|
| .. | ||
| src | ||
| default.nix | ||
| nixos-test-driver-docstrings.nix | ||
| shell.nix | ||