hnix/tests/eval-compare/ind-string-16.nix
2018-04-10 14:57:50 -05:00

9 lines
84 B
Nix

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