Files
opentf/config/expr_test.go
Mitchell Hashimoto 1dcefba5c4 config: parser
2014-07-22 15:23:01 -07:00

10 lines
123 B
Go

package config
import (
"testing"
)
func TestExprParse(t *testing.T) {
exprParse(&exprLex{input: `lookup(var.foo)`})
}