diff options
Diffstat (limited to 'bin/tests/data')
-rw-r--r-- | bin/tests/data/deprecated_to_path.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/tests/data/deprecated_to_path.nix b/bin/tests/data/deprecated_to_path.nix new file mode 100644 index 0000000..cf8e021 --- /dev/null +++ b/bin/tests/data/deprecated_to_path.nix | |||
@@ -0,0 +1,6 @@ | |||
1 | [ | ||
2 | (builtins.toPath x) | ||
3 | (toPath x) | ||
4 | (toPath "/abc/def") | ||
5 | (builtins.toPath "/some/path") | ||
6 | ] | ||