Opened 12 years ago
Closed 12 years ago
#319 closed bug (fixed)
attrib returns wrong values
Reported by: | Oleksandr | Owned by: | hannes |
---|---|---|---|
Priority: | major | Milestone: | 3-1-3 and higher |
Component: | singular-kernel | Version: | 3-1-2 |
Keywords: | attrib | Cc: |
Description
attrib.tst 3. ring r; attrib.tst 4> intmat m[1][1] = -4; attrib.tst 5> attrib.tst 6. attrib(r, "lll", "str1"); attrib.tst 7> attrib(r, "ll", m); attrib.tst 8> attrib(r, "l", "str2"); attrib.tst 9> attrib.tst 10. attrib(r); attr:global, type int attr:l, type string attr:ll, type intmat attr:lll, type string attrib.tst 11> attrib.tst 12. attrib(r, "ll"); str2 attrib.tst 13> attrib(r, "l"); str2 attrib.tst 14> attrib(r, "lll"); str2 attrib.tst 15> attrib.tst 16. $
Attachments (1)
Note: See
TracTickets for help on using
tickets.
attrib test