def test_single_doxygen_warning_no_space(self):
        file_errors = parse_doxygen(
            r"bar.h:3:warning: the name 'FOO' supplied as the second argument in the \file "
            r"statement is not an input file"
        )