-
When the Annotation has a multiline string parameter, the parser throws a `JavaSyntaxError` exception.
```java
@Subselect("""
select t.field
from table t
""")
public cl…
-
When I have a multiline string, "Save to ESP" fails. Example:
```
print([[Hello
World]])
```
I can execute it, but when I save it I get this:
```
> SENT: file.remove("delme.lua")
SENT: file.open("d…
-
[this attack](https://gist.github.com/balupton/3cb9a0e066ebb899d2be) on webct has two different forms, one of them is a multiline string:
``` html
Thank you
```
With the newline break of the `…
-
**Describe the option you'd like to add**
When a multiline quasiquote is the last argument to a function, I'd like to be able to format the opening `[...|` as if it's a single-line argument. I'm no…
-
**Is your feature request related to a problem? Please describe.**
Csv can support multiline delimited string.
For example:
```csv
id, message, other
1, "this is a
string", 42
2, "this is …
-
Hi there, would be possible to get a better diff for multiline strings?
Right now it prints the "\n", which is not ideal, example here:
-
```
With PHP code like
$string = '
asdfasdf
';
the quotes and asdfasdf will just be black instead of blue. Any php syntax
inside the string will also be hilighted.
Firefox 3.0.2 (OS X 10.5.4)
I'd …
-
```
With PHP code like
$string = '
asdfasdf
';
the quotes and asdfasdf will just be black instead of blue. Any php syntax
inside the string will also be hilighted.
Firefox 3.0.2 (OS X 10.5.4)
I'd …
-
```html
foo
```
produces
```elm
Html.node "p" [] [Html.text "
foo
"]
```
(error: unexpected `\n`)
of course, that could be fixed with
```elm
Html.node "p" [] [Html.te…
-
```
With PHP code like
$string = '
asdfasdf
';
the quotes and asdfasdf will just be black instead of blue. Any php syntax
inside the string will also be hilighted.
Firefox 3.0.2 (OS X 10.5.4)
I'd …