It recently came to my attention that multi-line pattern matching can be done in FileCheck by using the character class [[:space:]]. I propose the following patch to the FileCheck documentation:
Details
Details
Diff Detail
Diff Detail
Differential D21522
Document multi-line pattern matching in FileCheck wolfgangp on Jun 20 2016, 11:16 AM. Authored by
Details
It recently came to my attention that multi-line pattern matching can be done in FileCheck by using the character class [[:space:]]. I propose the following patch to the FileCheck documentation:
Diff Detail |