source: git/Tst/Short/bug_tr599.tst @ fdda546

spielwiese
Last change on this file since fdda546 was 822aa07, checked in by Hans Schoenemann <hannes@…>, 10 years ago
test for tr.599
  • Property mode set to 100644
File size: 132 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// assign expr_list to def: should yield an error
5def l1=1,2;
6
7list l2;
8l2[1]=1,2;
9l2;
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.