summaryrefslogtreecommitdiffstats
path: root/tests/2.rstest
blob: f0e8205b81e25b53b7726cf766f126f8b401bb44 (plain)
1
2
3
4
5
6
7
8
9
10
# a simple RainerScript test
result: 0
in:
$msg contains 'test' then 
$$$
out:
00000000: push_msgvar	msg[cstr]
00000001: push_const	test[cstr]
00000002: contains	
$$$