source: git/Tst/Manual/_lll.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was e197f5, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
fix due to case sensitive file systems fix: tests from Manual/ with only case different names chg: updated *.uu results as well! chg: updated regress.cmd to remote the leading _ for tests starting with "_[a-z0-9]" during the TC output NOTE: the tests with lower case names got a leading underscore character (_)
  • Property mode set to 100644
File size: 331 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "multigrading.lib";
3ring R = 0,x,dp;
4intmat m[5][5] =
513,25,37,83,294,
612,-33,9,0,64,
777,12,34,6,1,
843,2,88,91,100,
9-46,32,37,42,15;
10lll(m);
11list l =
12intvec(13,25,37, 83, 294),
13intvec(12, -33, 9,0,64),
14intvec (77,12,34,6,1),
15intvec (43,2,88,91,100),
16intvec (-46,32,37,42,15);
17lll(l);
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.