question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Still some bug with string laterals comments

See original GitHub issue

hey @divyenduz

There are still some problems with string laterals comments, cf. screenshot:

capture d ecran 2018-08-08 a 18 23 52

Since """ for multiline looks goods, it not true for single line comments.

Thanks,

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:3
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
plaacommented, May 6, 2019

The single-quote descriptions break the coloring completely. String literals is the proper way for documenting fields, so I think it’s very important to fix this. The following is very hard to work with:

Screenshot 2019-05-06 at 14 20 53
2reactions
johannpinsoncommented, Sep 26, 2018

In fact, in the specs, it’s named “description” when we use " and a comment for #

Read more comments on GitHub >

github_iconTop Results From Across the Web

string literals inside comments · Issue #5745 · ocaml ... - GitHub
If you want to use a single " inside a comment, I recommend '' as a workaround. I'm marking the bug as "resolved"...
Read more >
How to ignore comments inside string literals - python
This is a common bug in regexes, which manifests as a frustrating impossibility of entering a string whose value ends with a backslash....
Read more >
How to Handle the Unclosed String Literal Error in Java - Rollbar
Python unclosed string literal error refers to the Java compiler failing to interpret a string literal due to the missing of a double...
Read more >
Y2K22, Accidentally Blocking 911, And Bug Alert | Hackaday
This string gets converted to a signed long integer, which maxes out at 2,147,483,647 . The integer overflows, and the result is undefined ......
Read more >
Strings - Manual - PHP
This means that quotes in a heredoc do not need to be escaped, but the escape codes listed above can still be used....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found