Branch: Tag:

1998-05-25

1998-05-25 10:38:47 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

made it possible to set index in strings

Rev: lib/modules/Yabu.pmod/test.pike:1.3
Rev: src/builtin_functions.c:1.111
Rev: src/docode.c:1.38
Rev: src/docode.h:1.7
Rev: src/interpret.c:1.85
Rev: src/main.c:1.53
Rev: src/module_support.c:1.12
Rev: src/object.c:1.52
Rev: src/operators.c:1.33
Rev: src/operators.h:1.5
Rev: src/stralloc.c:1.36
Rev: src/stralloc.h:1.16
Rev: src/testsuite.in:1.114

1: - stest_true([["$Id: testsuite.in,v 1.113 1998/05/24 23:21:00 marcus Exp $"]]) + stest_true([["$Id: testsuite.in,v 1.114 1998/05/25 10:38:47 hubbe Exp $"]])   cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())
2375:      test_equal(Array.transpose( ({ ({ 1,2,3}), ({4,5,6}) }) ),    ({ ({1,4}), ({2,5}), ({3,6}) })) +  + test_true(!Yabu.test()->main(1,({"test"}))) + test_do([[ +  string s; +  for(s="foobar";strlen(s)<78;s+=s) +  { +  for(int e=0;e<strlen(s);e++) +  { +  s[e]++; +  } +  } + ]]) +  + test_any([[string s="foo"; s[2]='t'; s[0]--; return s;]],"eot") +    cond([[all_constants()->_verify_internals]],   [[    test_do(_verify_internals())   ]])