raphael icon indicating copy to clipboard operation
raphael copied to clipboard

Newlines not correctly updated in long strings

Open quoll opened this issue 2 years ago • 0 comments

When a newline character is encountered inside a long string when there was a preceding exceptional character, then the wrong character is tested for incrementing the line count. This occurs in a couple of places, including: https://github.com/quoll/raphael/blob/6c443ac4d950a465eba13cd79f8f70deabd546a2/src/quoll/raphael/core.cljc#L533

quoll avatar Sep 24 '23 23:09 quoll