Opened 8 years ago

Closed 8 years ago

#4007 closed defect (fixed)

comma separated list of expressions

Reported by: lochel Owned by: sjoelund.se
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 Changed 8 years ago by sjoelund.se

  • Milestone changed from Future to 1.11.0
  • Owner changed from somebody to sjoelund.se
  • Status changed from new to accepted

comment:2 Changed 8 years ago by sjoelund.se

  • Resolution set to fixed
  • Status changed from accepted to closed

Fixed in PR 1075

Note: See TracTickets for help on using tickets.