Ticket #3254: M.mos
File M.mos, 480 bytes (added by , 10 years ago) |
---|
Line | |
---|---|
1 | loadString("model M |
2 | N n1 annotation(Placement(visible = true, transformation(origin = {-30, 42}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); |
3 | end M;"); |
4 | getErrorString(); |
5 | getComponentAnnotations(M); |
6 | getErrorString(); |
7 | loadString("model M |
8 | N n1 annotation(choicesAllMatching=true,Placement(visible = true, transformation(origin = {-30, 42}, extent = {{-10, -10}, {10, 10}}, rotation = 0))); |
9 | end M;"); |
10 | getErrorString(); |
11 | getComponentAnnotations(M); |
12 | getErrorString(); |