Skip to content

Commit

Permalink
More 3GPP tests here, too
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok authored and arr2036 committed Mar 24, 2014
1 parent d09e7cf commit e4ec023
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/tests/unit/xlat.txt
Expand Up @@ -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]}"

0 comments on commit e4ec023

Please sign in to comment.