# this is an empty list of test resources, iow test resources # this must pass type unification test [] {} # single resource test "name" {} # single resource, defined by list variable $names = ["hey",] test $names {} # multiples resources, defined by list test ["hello", "world",] {}