mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
![]() lib.strings.escapeC produces single‐digit hexadecimal strings for character values ≤ 15, which results in an ambiguity. If the following character is a hex digit, it will be interpreted as being part of the escape sequence. systemd, which also relies on C‐style escape sequences, does not decode single‐digit sequences at all, even if unambiguous. Padding the hexadecimal string with "0" avoids this problem. |
||
---|---|---|
.. | ||
modules | ||
packages-from-directory | ||
check-eval.nix | ||
fetchers.nix | ||
filesystem.sh | ||
maintainer-module.nix | ||
maintainers.nix | ||
misc.nix | ||
modules.sh | ||
network.sh | ||
nix-for-tests.nix | ||
release.nix | ||
sources.sh | ||
systems.nix | ||
teams.nix | ||
test-to-plist-escaped-expected.plist | ||
test-to-plist-unescaped-expected.plist | ||
test-with-nix.nix |