View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0001005 | OMNeT++ | simulation kernel | public | 2017-04-27 12:56 | 2017-04-27 12:56 |
|
Reporter | attila | |
Assigned To | | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | |
Platform | | OS | | OS Version | |
Product Version | 5.1pre3 | |
Target Version | | Fixed in Version | | |
|
Summary | 0001005: Can't have a semicolon at the end of @figure properties |
Description | The following is OK:
@figure(type=group);
But this throws an error, because the empty string key is not "allowed".
@figure(type=group;); |
Steps To Reproduce | @figure(type=group;); |
Tags | No tags attached. |
|
Attached Files | |
|