#
#  This file tests the new parser for the xlat functions.
#
proto-dictionary radius

migrate xlat_new_functions = yes

#
#  Input is new.  Output is old.
#
xlat %Y()
match %Y

xlat %explode("a,b,c,d", ',')
match %explode("a,b,c,d", ',')

#xlat %md5(foo)
#match foo

count
match 6
