Flag unmapped Path arguments as irregular
This commit is contained in:
parent
f9fd72e887
commit
c945aadb3e
2 changed files with 2 additions and 10 deletions
|
@ -531,6 +531,8 @@ impl WikiPath {
|
|||
if mapped.os.is_some() {
|
||||
self.os = mapped.os;
|
||||
}
|
||||
} else if !other.composite.is_empty() {
|
||||
self.regularity = Regularity::Irregular;
|
||||
}
|
||||
|
||||
self.incorporate(other)
|
||||
|
|
Reference in a new issue