Skip to content

Cannot match an empty line #9

@espindola

Description

@espindola

I am trying to use lit with a file format that uses empty line for delimiters, but it doesn't seem to be possible to match those. A reduced example is

# RUN: sh @file

# CHECK: line1
# CHECK: [[^$]]
# CHECK: line2

echo line1
echo
echo line2

With llvm's FileCheck it is possible to use {{^$}}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions