mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-04 05:31:33 +00:00
Pass teh test
This commit is contained in:
@ -17,9 +17,10 @@ interface TokenTypeProperty {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
if (upgraded == null) {
|
||||
for(item in TokenType.AnyOf) {
|
||||
if(item.anyOf != null && item.anyOf.strings.contains(token.text)) {
|
||||
for (item in TokenType.AnyOf) {
|
||||
if (item.anyOf != null && item.anyOf.strings.contains(token.text)) {
|
||||
upgraded = Token(item, token.start, token.text)
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user