Opened 8 years ago

Closed 8 years ago

#4007 closed defect (fixed)

comma separated list of expressions

Reported by: Lennart Ochel Owned by: Martin Sjölund
Priority: high Milestone: 1.11.0
Component: Frontend Version:
Keywords: Cc:

Description

The following expressions do not trigger any error message:

Real a = (0,25)*(0,25);
Real b = (0,25)+(0,25);
Real c = (0,25)^(0,25);

Change History (2)

comment:1 by Martin Sjölund, 8 years ago

Milestone: Future1.11.0
Owner: changed from somebody to Martin Sjölund
Status: newaccepted

comment:2 by Martin Sjölund, 8 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in PR 1075

Note: See TracTickets for help on using tickets.