mirror of
https://github.com/pennmush/pennmush
synced 2026-08-12 22:23:05 -04:00
git-svn-id: https://pennmush.googlecode.com/svn/trunk@1647 ba372814-4f39-11de-9ad6-1127a62b9fcd
9 lines
385 B
Raku
9 lines
385 B
Raku
run tests:
|
|
test('null.1', $god, 'think null()', '');
|
|
test('null.2', $god, 'think null(a)', '');
|
|
test('null.3', $god, 'think null(a,b,c)', '');
|
|
test('null.4', $god, 'think null(pemit(#1,test))', 'test');
|
|
test('null.5', $god, 'think @@()', '');
|
|
test('null.6', $god, 'think @@(a)', '');
|
|
test('null.7', $god, 'think @@({a,b,c})', '');
|
|
test('null.8', $god, 'think @@(pemit(#1,test))', '');
|