[Github-comments] [geany] C++ parser does not appear to understand raw strings containing " (#877)

elextr notifications at xxxxx
Fri Jan 22 07:44:57 UTC 2016


```C++
static const char* good = R"blah(
lots
of text
)blah";

struct xxx { inta; };

static const char* bad = R"blah(
lots
of text including a quote"
)blah";

struct yyy { inta; };
```

xxx is recognised as a type and added to symbols, but yyy and anything declared after that is not. 

Geany 1.27 (git >= 99938dd), en_AU.UTF-8 GTK 3.10.8, GLib 2.40.2.


---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/877
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160121/d9489e12/attachment.html>


More information about the Github-comments mailing list