Parser bugfix: vtable namespace (#910)

This commit is contained in:
MS
2024-05-11 18:40:31 -04:00
committed by GitHub
parent f88f7b115e
commit 119ff93461
3 changed files with 38 additions and 15 deletions

View File

@@ -126,6 +126,7 @@ class_name_match_cases = [
("// class MxList<LegoPathController* >", "MxList<LegoPathController *>"),
# I don't know if this would ever come up, but sure, why not?
("// class MxList<LegoPathController**>", "MxList<LegoPathController **>"),
("// class Many::Name::Spaces", "Many::Name::Spaces"),
]