Bare flags in the manifest fixture join within an entry, as ParseFlags does

This commit is contained in:
J. Nick Koston
2026-08-20 16:56:36 -05:00
parent 70cf20640c
commit 88a5cdb53c
+4 -4
View File
@@ -86,10 +86,10 @@ def test_library_info_flags_parsing(tmp_path: Path) -> None:
"-lalgobsec",
"-fno-lto",
"-Wl,--wrap=malloc",
"-l",
"m",
"-L",
"blobs",
# Bare flags join their argument within one entry only, as
# ParseFlags lexes each entry independently
"-l m",
"-L blobs",
],
}
}