hnix/tests/eval-compare/ind-string-16.nix

9 lines
84 B
Nix
Raw Normal View History

let
# Regression test: accept $'.
s16 = ''
cut -d $'\t' -f 1
'';
in s16