mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 12:50:55 +00:00
Pass teh test
This commit is contained in:
parent
cde672244a
commit
7cf356971b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user