mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
cac4b6b2e449213b6e754c5aba628a95d22a084f
Given strings represent expected continuous line sequences (separated by \n) and extra lines are allowed between content represented by different successive strings. For example, lines = ['foo\nbar', 'baz'] would match: aaa foo bar bbb baz ccc but would not match: aaa foo xxx bar bbb baz ccc Added a description comment for the related Tester.__expect_lines() implementation function. [SVN r80088]
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%