Skip to content

Commit

Permalink
Merge pull request #29 from stanislaw/develop-alt
Browse files Browse the repository at this point in the history
Test: CHECK-NOT/one_string/02-negative_match_whitespaces
  • Loading branch information
stanislaw authored Nov 23, 2019
2 parents f4086b0 + 44589a3 commit fc1ce01
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
; CHECK-NOT: hello world
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello world
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
; RUN: cat %S/filecheck.input | (%FILECHECK_EXEC %S/filecheck.check 2>&1; test $? == 1;) | %FILECHECK_TESTER_EXEC %s --strict-whitespace --match-full-lines
; CHECK:{{^.*}}FileCheck{{$}}
; CHECK-NEXT:{{^.*}}filecheck.check:1:14: error: CHECK-NOT: excluded string found in input{{$}}
; CHECK-NEXT:{{^; CHECK-NOT: hello world$}}
; CHECK-NEXT:{{^ \^$}}
; CHECK-NEXT:<stdin>:1:1: note: found here
; CHECK-NEXT:{{^hello world$}}
; CHECK-NEXT:{{^\^~+$}}
; CHECK-EMPTY:

0 comments on commit fc1ce01

Please sign in to comment.