Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjacent CHECK-NEXT instructions do not seem to work. #16

Closed
s-perron opened this issue Mar 7, 2018 · 1 comment
Closed

Adjacent CHECK-NEXT instructions do not seem to work. #16

s-perron opened this issue Mar 7, 2018 · 1 comment

Comments

@s-perron
Copy link
Contributor

s-perron commented Mar 7, 2018

TEST(Match, other) {
  const auto result = Match("Hello\n1\n2\n3\n4\n2\n3", "CHECK: Hello\nCHECK 1\nCHECK-NEXT 2\nCHECK-NEXT: 3\nCHECK: 4");
  EXPECT_TRUE(result);
}

This test fails, but I don't think it should.

@s-perron
Copy link
Contributor Author

s-perron commented Mar 7, 2018

Missing ":". :(

@s-perron s-perron closed this as completed Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant