Bug 6 : a random, single slash in the code doesn't throw an error
Last modified: 2010-03-15 14:42




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P4
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-05-12 18:43
Additional Comment #1 From MrFeinberg 2010-03-15 11:49

//=====================================================================
//Class definitions

class Test {

// some test doing nothing .. //

}

/
========================================================================
//Setup + Variables + Functions + Arrays

void setup() {
size(500,500);
}

void loop()
{
}
Additional Comment #2 From MrFeinberg 2010-03-15 12:45
Here's a more minimal example:

println("hello");/println("world");
Additional Comment #3 From MrFeinberg 2010-03-15 13:01
Fixed; please verify.
Additional Comment #4 From fry 2010-03-15 14:37
fixed by jdf for 0180.
Additional Comment #5 From fry 2010-03-15 14:42
*** Bug 507 has been marked as a duplicate of this bug. ***