From: Arran Cudbard-Bell Date: Thu, 25 Jan 2018 19:06:31 +0000 (-0700) Subject: Split update sections in quote.unlang X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=301c596bcc1b4ea6f8ccadbd10cf28e45f9f2e8b;p=thirdparty%2Ffreeradius-server.git Split update sections in quote.unlang --- diff --git a/src/tests/modules/json/quote.unlang b/src/tests/modules/json/quote.unlang index 81fa99f179f..26a08d43f8f 100644 --- a/src/tests/modules/json/quote.unlang +++ b/src/tests/modules/json/quote.unlang @@ -4,6 +4,8 @@ update request { &Tmp-String-0 := 'foo/bar' +} +update request { &Tmp-String-1 := "%{jsonquote:%{Tmp-String-0}}" }