History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-361
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Rodrigo B. de Oliveira
Reporter: Daniel Ramage
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

assert can be confused by comment with some assertion types

Created: 19/Jun/05 11:48 AM   Updated: 23/Nov/05 02:55 PM
Component/s: Compiler
Affects Version/s: 0.5
Fix Version/s: 0.7.5

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide
  1. this line is ok:
    assert 1 in {1:2}
  1. this line complies, but does not pass and the comment string is garbled
    assert 1 in {1:2}, "should pass but doesn't"


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.