MCPcopy Create free account
hub / github.com/antchfx/xpath / Test_func_ceiling_floor

Function Test_func_ceiling_floor

xpath_function_test.go:37–40  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

35}
36
37func Test_func_ceiling_floor(t *testing.T) {
38 test_xpath_eval(t, empty_example, "ceiling(5.2)", float64(6))
39 test_xpath_eval(t, empty_example, "floor(5.2)", float64(5))
40}
41
42func Test_func_concat(t *testing.T) {
43 test_xpath_eval(t, empty_example, `concat("1", "2", "3")`, "123")

Callers

nothing calls this directly

Calls 1

test_xpath_evalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…