Skip to content

"note: possible intended match here" feature needs revision #38

@stanislaw

Description

@stanislaw
Stanislaw@home:filecheck.py (develop)*$ echo "What is FileCheck" | ./tests/integration/tools/FileCheck/FileCheck examples/hello-world.check
/Users/Stanislaw/sandbox/code/filecheck.py/tests/integration/tools/FileCheck
examples/hello-world.check:1:10: error: CHECK: expected string not found in input
; CHECK: Hello world
         ^
<stdin>:1:1: note: scanning from here
What is FileCheck
^
<stdin>:1:2: note: possible intended match here
What is FileCheck
 ^
Stanislaw@home:filecheck.py (develop)*$ echo "What is FileCheck" | ./src/FileCheck examples/hello-world.check
/Users/Stanislaw/sandbox/code/filecheck.py/src/FileCheck
examples/hello-world.check:1:10: error: CHECK: expected string not found in input
; CHECK: Hello world
         ^
<stdin>:1:1: note: scanning from here
What is FileCheck
^
<stdin>:1:9: note: possible intended match here
What is FileCheck
        ^

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