Skip to content

Backslashed quotes in «...» list break highlights for rest of file #80

Description

@zoffixznet

Highlights broken after backslashed double-quotes in «…» construct.

Example Code

method moves-for ($tag where *  %!world.keys) {
    my @moves-raw := @(split :skip-empty, "\0", self!run-out: $tag, «git log
      -n5 -z --no-merges --no-color --format=\"%H%n%aN%n%ae%n%at\" --numstat
    »);
    dd @moves-raw;
}

method !run-out ($tag where * ∈ %!world.keys, |c) {
    my $proc := run :out, :cwd($!game-dir.add: $tag), |c;
    $proc.out.slurp: :close;
}

Picture [optional]

z

Leave this in. For internal use.

  • Fixed in Master
  • Fixed in Release
  • Has Tests
  • Passes Tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions