source: git/Tst/Short/bug_tr319.tst @ 5ebd4bc

spielwiese
Last change on this file since 5ebd4bc was 722f4d, checked in by Hans Schoenemann <hannes@…>, 13 years ago
test attribute (tr 319) git-svn-id: file:///usr/local/Singular/svn/trunk@13951 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 231 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// attribute handling
5ring r;
6intmat m[1][1] = -4;
7
8attrib(r, "lll", "str1");
9attrib(r, "ll", m);
10attrib(r, "l", "str2");
11
12attrib(r);
13
14attrib(r, "ll");
15attrib(r, "l");
16attrib(r, "lll");
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.