satyr/coco

Multiline comments returned in backcalls

vendethiel opened this issue · 2 comments

$ coco -bcs
  <- foo
  bar!
  /* bar */

foo(function(){
  bar();
  return /* bar */;
});

Not sure if it's related, but backcalls fail in other ways :
http://satyr.github.com/cup/#c:class%20A%0A%20%20~%3E%0A%20%20%20%20%3C-%20foo

Certainly a bug though unrelated.

6117604