mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Fix syntax highlighting of multiline tokens
This commit is contained in:
@@ -21,6 +21,7 @@ func TestStringScanner(t *testing.T) {
|
||||
"a\r\r\nb\r\nc\n",
|
||||
"\n1",
|
||||
"",
|
||||
"\n",
|
||||
} {
|
||||
actual := Splitlines(text)
|
||||
expected := make([]string, 0, len(actual))
|
||||
|
||||
Reference in New Issue
Block a user