From 7c4611f4355e26c353bf2eb14e30cb4eeab79633 Mon Sep 17 00:00:00 2001 From: rsteube Date: Tue, 1 Aug 2023 12:14:07 +0200 Subject: [PATCH] added test file --- example/cmd/_test_files/files_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/example/cmd/_test_files/files_linux.go b/example/cmd/_test_files/files_linux.go index 1f13b563..e051b3fd 100644 --- a/example/cmd/_test_files/files_linux.go +++ b/example/cmd/_test_files/files_linux.go @@ -2,6 +2,7 @@ package testfiles //go:generate touch -- -_minus_prefix.txt //go:generate touch -- ampersand_&.txt +//go:generate touch -- angle-brackets_<.txt //go:generate touch -- angle-brackets_<>.txt //go:generate touch -- backslash2_\n.txt //go:generate touch -- backslash3_\t.txt