diffblue-cbmc/regression/goto-instrument/inline_11
thk123 9b052c200f Modified tests to pass without using grep
Now directly test individual lines with perls regex matching rather than
calling out to grep. Some changes were required:

- escape (,  ) if we want to match them
- unescape (, ) if we want to use them as regex bracket groups
- escape +, $ if we want to use them as actual characters
- unescape + to use as a regex +
2017-02-14 17:29:15 +00:00
..
main.c Single chain.sh and directory for goto-instrument tests 2017-01-18 06:33:33 -08:00
test.desc Modified tests to pass without using grep 2017-02-14 17:29:15 +00:00