From: Alan T. DeKok Date: Thu, 5 Oct 2023 19:46:12 +0000 (-0400) Subject: add more tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36bd310c4b4352992fc9afe1894e258de16323a6;p=thirdparty%2Ffreeradius-server.git add more tests --- diff --git a/src/tests/keywords/edit-multivalue b/src/tests/keywords/edit-multivalue index 68aa3fde7f..0c5a626526 100644 --- a/src/tests/keywords/edit-multivalue +++ b/src/tests/keywords/edit-multivalue @@ -40,4 +40,13 @@ if !(&Filter-Id[#] == 3) { test_fail } +# +# List by reference +# +&foo := "" +&foo += &Filter-Id[*] +if !(&foo == "abc") { + test_fail +} + success