Files
Seth Hillbrand 3fbf6ff1d0 Add escaping support for spaces in bus parsing
Adds support for two escaping mechanisms in bus vector and bus group
parsing to allow net names with spaces inside bus constructs in one of
two common ways

1. Backslash escaping: Data\ Bus[1..4] or BUS{Net\ One Net\ Two}
2. Quoted strings: "Data Bus"[1..4] or BUS{"Net One" "Net Two"}

Fixes https://gitlab.com/kicad/code/kicad/-/issues/9258

(cherry picked from commit 66e232bc36)
2026-02-23 18:04:15 -08:00
..