mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 12:37:49 +00:00
fix: tests
This commit is contained in:
@@ -676,6 +676,9 @@ func ExtractMapExtensions[PT Buildable[N], N any](
|
||||
continue // yo, don't pay any attention to extensions, not here anyway.
|
||||
}
|
||||
}
|
||||
if currentLabelNode == nil && i%2 != 0 {
|
||||
continue // we need a label node first, and we don't have one because of extensions.
|
||||
}
|
||||
|
||||
en = utils.NodeAlias(en)
|
||||
if i%2 == 0 {
|
||||
|
||||
Reference in New Issue
Block a user