separated GetLanguageType and languagesType map in different files due to a better generation files

This commit is contained in:
Manuel Carmona
2017-05-03 12:17:54 +02:00
parent cbf44205e0
commit 6f3ad6d30d
7 changed files with 467 additions and 508 deletions

View File

@ -37,10 +37,10 @@ const (
documentationTestTmplName = "documentation.go.tmpl"
// Types test
typesTestFile = "test_files/type.test.yml"
typesGold = "test_files/type.gold"
typesTestTmplPath = "../assets/type.go.tmpl"
typesTestTmplName = "type.go.tmpl"
typesTestFile = "test_files/types.test.yml"
typesGold = "test_files/types.gold"
typesTestTmplPath = "../assets/types.go.tmpl"
typesTestTmplName = "types.go.tmpl"
// Interpreters test
interpretersTestFile = "test_files/interpreters.test.yml"