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