mirror of
https://github.com/irmen/prog8.git
synced 2024-11-27 03:50:27 +00:00
Merge branch 'v7.1'
This commit is contained in:
commit
f696fce187
@ -572,7 +572,6 @@ class TestProg8Parser {
|
||||
assertIs<CharLiteral>(it2.to, "parser should leave it as is")
|
||||
|
||||
val it3 = iterables[3] as RangeExpr
|
||||
// TODO: intro BoolLiteral
|
||||
assertIs<NumericLiteralValue>(it3.from, "parser should leave it as is")
|
||||
assertIs<NumericLiteralValue>(it3.to, "parser should leave it as is")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user