Changeset 2335 for t/builtins/arrays/splice.t
- Timestamp:
- 04/25/05 21:09:55 (4 years ago)
- svk:copy_cache_prev:
- 3850
- Files:
-
- 1 modified
-
t/builtins/arrays/splice.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/builtins/arrays/splice.t
r2314 r2335 132 132 133 133 # un comment this to test, but now it causes a fatal error 134 eval_ok '# splice([], 1)', '... this causes a fatal error';135 134 @a = splice([], 1); 135 is +@a, 0, '... empty lists are not fatal anymore';
