ace/lib
Adam Jimenez 053b780478 multiline strings throw out error line numbers
e.g:

```
<?php
$foo = "test
multiline

string"
a
?>
```
shows  error on line 3 instead of 6.
2013-10-22 18:51:48 +01:00
..
ace multiline strings throw out error line numbers 2013-10-22 18:51:48 +01:00