From: Alan T. DeKok Date: Wed, 1 Feb 2023 13:34:52 +0000 (-0500) Subject: this should now pass X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=469062aef881d2a45035e32a391acad91f67d1a2;p=thirdparty%2Ffreeradius-server.git this should now pass It should have been commited with "go to "next" xlat node on RESUME" --- diff --git a/src/tests/unit/xlat/purify.txt b/src/tests/unit/xlat/purify.txt index eb2cc6dd954..852643e11ef 100644 --- a/src/tests/unit/xlat/purify.txt +++ b/src/tests/unit/xlat/purify.txt @@ -217,8 +217,8 @@ match "hello 1 bob" # # This should be the same as above, but it isn't! # -#xlat_purify "hello %{expr:1} bob" -#match "hello 1 bob" +xlat_purify "hello %{expr:1} bob" +match "hello 1 bob" count -match 95 +match 97