feat: better error handling for duplicate edges and fixed tests

This commit is contained in:
Pete Davison
2023-09-05 23:55:56 +00:00
parent a50580b5a1
commit 0a027df50d
9 changed files with 52 additions and 18 deletions

View File

@@ -981,8 +981,8 @@ func TestIncludes(t *testing.T) {
"included_directory.txt": "included_directory",
"included_directory_without_dir.txt": "included_directory_without_dir",
"included_taskfile_without_dir.txt": "included_taskfile_without_dir",
"./module2/included_directory_with_dir.txt": "included_directory_with_dir",
"./module2/included_taskfile_with_dir.txt": "included_taskfile_with_dir",
"./module3/included_taskfile_with_dir.txt": "included_taskfile_with_dir",
"./module4/included_directory_with_dir.txt": "included_directory_with_dir",
"os_include.txt": "os",
},
}