mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
10 lines
123 B
Go
10 lines
123 B
Go
package config
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestExprParse(t *testing.T) {
|
|
exprParse(&exprLex{input: `lookup(var.foo)`})
|
|
}
|