]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add more tests
authorAlan T. DeKok <aland@freeradius.org>
Thu, 5 Oct 2023 19:46:12 +0000 (15:46 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 6 Oct 2023 11:26:45 +0000 (07:26 -0400)
src/tests/keywords/edit-multivalue

index 68aa3fde7fde440ff83af2c9d9a464f5a0fd650d..0c5a626526d9850c1459b176b63ae55138956aae 100644 (file)
@@ -40,4 +40,13 @@ if !(&Filter-Id[#] == 3) {
        test_fail
 }
 
+#
+#  List by reference
+#
+&foo := ""
+&foo += &Filter-Id[*]
+if !(&foo == "abc") {
+       test_fail
+}
+
 success