aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/pbx/ael/ael-test/ael-ntest9/extensions.ael
blob: b9762ed54dbda4bef1d29ba08969550b12510b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
context workext {
	ignorepat => 8;
	ignorepat => 9;
	793 => {
		Set(QUERYSTRING=SELECT\ foo\,\ bar\ FROM\ foobar);
		Verbose(2|${QUERYSTRING});
	    query="SELECT foo\, bar FROM foobar" ;
    		Verbose(2|${query}) ;
	}
}