2015-06-21 12:36:07 +01:00
|
|
|
package common
|
|
|
|
|
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
|
2017-04-04 13:39:01 -07:00
|
|
|
"github.com/hashicorp/packer/template/interpolate"
|
2015-06-21 12:36:07 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
func testConfigTemplate(t *testing.T) *interpolate.Context {
|
|
|
|
return &interpolate.Context{}
|
|
|
|
}
|