From 4614107c947ebcbd2d3237cbe1e73a49d0f1628d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 17 Mar 2014 14:10:33 +0000 Subject: [PATCH] Missed one git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@791 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- t/t_openpam_readword.c | 1 + 1 file changed, 1 insertion(+) diff --git a/t/t_openpam_readword.c b/t/t_openpam_readword.c index 32c99dd..296f68a 100644 --- a/t/t_openpam_readword.c +++ b/t/t_openpam_readword.c @@ -905,6 +905,7 @@ T_FUNC(escaped_double_quote_within_double_quotes, const struct t_test *t_plan[] = { T(empty_input), T(empty_line), + T(unterminated_line), T(single_whitespace), T(multiple_whitespace), T(line_continuation_in_whitespace),