Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiline comments returned in backcalls #192

Closed
vendethiel opened this issue Nov 19, 2012 · 2 comments
Closed

Multiline comments returned in backcalls #192

vendethiel opened this issue Nov 19, 2012 · 2 comments
Labels

Comments

@vendethiel
Copy link
Contributor

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

foo(function(){
  bar();
  return /* bar */;
});
@satyr satyr closed this as completed in 0804bc3 Nov 20, 2012
@vendethiel
Copy link
Contributor Author

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

@satyr
Copy link
Owner

satyr commented Nov 21, 2012

Certainly a bug though unrelated.

6117604

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants