Simplify multiline matching in functional tests
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 16 Apr 2016 02:06:12 +0000 (02:06 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 16 Apr 2016 04:59:34 +0000 (04:59 +0000)
commitd64bfe0af8e2d8056b5b1e086eea67217197906b
treeee52083e3aff274bec92c604bd5dcacb9562fdc4
parentc7f954204cd7efe83793c008b9b5bcb0eec4b914
Simplify multiline matching in functional tests

To ease matching across more complex outputs in functional test
conversations, use compiled expressions with the DOTALL flag so that
the "." wildcard will also match newline characters in the stream.
bin/test