github.com/mcuadros/ascode@v1.3.1/starlark/types/evaluate_test.go (about)

     1  package types
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestEvaluate(t *testing.T) {
     8  	doTest(t, "testdata/evaluate.star")
     9  }