chore: remove outdated TODO comments from test files for default constructor, for loop, list subscript setter, range, string unicode escapes, and while syntax

This commit is contained in:
Bob Nystrom
2014-02-13 16:38:44 +00:00
parent e3b3fef0fb
commit 9f9149bb08
6 changed files with 0 additions and 28 deletions
-1
View File
@@ -14,5 +14,4 @@ IO.print("\u0b83") // expect: ஃ
IO.print("\u00B6") // expect: ¶
IO.print("\u00DE") // expect: Þ
// TODO: Missing digits in escape.
// TODO: Syntax for Unicode escapes > 0xffff?