diff --git a/tests/parser.sh b/tests/parser.sh index 31a00c3..33d9061 100755 --- a/tests/parser.sh +++ b/tests/parser.sh @@ -31,7 +31,8 @@ tests_init \ fragment_quoting_7 \ msvc_fragment_quoting \ msvc_fragment_render_cflags \ - tuple_dequote + tuple_dequote \ + version_with_whitespace comments_body() { @@ -283,3 +284,10 @@ tuple_dequote_body() -o inline:'-L/test/lib -lfoo \n' \ pkgconf --with-path="${selfdir}/lib1" --libs tuple-quoting } + +version_with_whitespace_body() +{ + atf_check \ + -o inline:'3.922\n' \ + pkgconf --with-path="${selfdir}/lib1" --modversion malformed-version +}