From e4ec023e3fe681e87a611e1316a182d418155a7e Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 24 Mar 2014 12:43:42 -0400 Subject: [PATCH] More 3GPP tests here, too --- src/tests/unit/xlat.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/tests/unit/xlat.txt b/src/tests/unit/xlat.txt index 74570e65e775..698d8f24303a 100644 --- a/src/tests/unit/xlat.txt +++ b/src/tests/unit/xlat.txt @@ -112,3 +112,16 @@ data "Hello %S goo" xlat "%{Foreach-Variable-0}" data "%{Foreach-Variable-0}" + +# +# 3GPP stuff, to distinguish "list:3GPP" from +# "attribute:tag" +# +xlat "%{request:3GPP-IMSI}" +data "%{3GPP-IMSI}" + +xlat "%{reply:3GPP-IMSI}" +data "%{reply:3GPP-IMSI}" + +xlat "%{reply:3GPP-IMSI[2]}" +data "%{reply:3GPP-IMSI[2]}"