Merge pull request #153 from tockins/dev

validate test fixed
This commit is contained in:
Alessio Pracchia 2018-01-09 01:48:03 +01:00 committed by GitHub
commit a039601914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ func TestProject_Reload(t *testing.T) {
func TestProject_Validate(t *testing.T) { func TestProject_Validate(t *testing.T) {
data := map[string]bool{ data := map[string]bool{
"": false, "": false,
"/test/.path/": false, "/test/.path/": true,
"./test/path/": false, "./test/path/": true,
"/test/path/test.html": false, "/test/path/test.html": false,
"/test/path/test.go": false, "/test/path/test.go": false,
"/test/ignore/test.go": false, "/test/ignore/test.go": false,