source: git/Tst/Manual/_names.tst @ 36bbdc

spielwiese
Last change on this file since 36bbdc 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: 175 bytes
Line 
1LIB "tst.lib"; tst_init();
2  int i=9;
3  ring r;
4  poly f;
5  package p;
6  int p::j;
7  poly g;
8  setring r;
9  list l=names();
10  l[1..3];
11  names(r);
12  names(p);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.