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