mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 07:06:20 +00:00
Bare flags in the manifest fixture join within an entry, as ParseFlags does
This commit is contained in:
@@ -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",
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user