9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
|
context test11 {
|
||
|
841 => {
|
||
|
&test234("testing", ${CUT(EXTEN,,3)});
|
||
|
jump ${DB(uri/${uri_string})};
|
||
|
Set(line=${DB(uri/${uri_string})});
|
||
|
jump ${line};
|
||
|
}
|
||
|
}
|