github.com/TIBCOSoftware/flogo-lib@v0.5.9/core/mapper/object_test.go (about) 1 package mapper 2 3 import ( 4 "github.com/TIBCOSoftware/flogo-lib/core/data" 5 "testing" 6 ) 7 8 func Test_evalExpr(t *testing.T) { 9 evalExpr("{{1}}", nil, &data.BasicResolver{}) 10 }