funcs_test.go: Added Setenv("EXPR_PATH",".")

This commit is contained in:
Celestino Amoroso 2024-05-06 10:38:45 +02:00
parent 539a4b44e9
commit 56c86f917e

View File

@ -40,6 +40,8 @@ func TestFuncs(t *testing.T) {
/* 27 */ {`builtin "import"; import("./sample-export-all.expr"); six()`, int64(6), nil},
}
t.Setenv("EXPR_PATH", ".")
// parserTest(t, "Func", inputs[25:26])
parserTest(t, "Func", inputs)
}