Skip to content

Commit

Permalink
Fix error message when unmatched quotes are encountered by CAPTURE
Browse files Browse the repository at this point in the history
Thanks to @ledvinap for noticing
  • Loading branch information
horenmar committed May 23, 2019
1 parent 31537c4 commit 9960278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/internal/catch_message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ namespace Catch {
if (names[i] == '\\')
++i;
}
CATCH_INTERNAL_ERROR("CAPTURE parsing encountered unmatched parentheses");
CATCH_INTERNAL_ERROR("CAPTURE parsing encountered unmatched quote");
};

size_t start = 0;
Expand Down

0 comments on commit 9960278

Please sign in to comment.