#1034864 yaml syntax highlighting for single-quoted strings incorrect

Package:
joe
Source:
joe
Description:
user friendly full screen text editor
Submitter:
Michael Deegan
Date:
2026-04-11 05:53:02 UTC
Severity:
normal
Tags:
#1034864#5
Date:
2023-04-26 06:58:36 UTC
From:
To:
Within single-quote YAML strings, backslashes are not special. This means
joe currently highlights this incorrectly:

  Foo: '\'
  Bar: 'x'

'\' (a single backslash) is not the same as "\" (an incomplete double-quoted
string).