Remove the \b, \f, \v escape sequences from the Scanner

This commit is contained in:
Alex Beregszaszi
2020-12-07 21:10:03 +00:00
parent 933f4db798
commit 66ee3ec533
8 changed files with 45 additions and 13 deletions
+3
View File
@@ -88,6 +88,9 @@ New Restrictions
* Declarations with the name ``this``, ``super`` and ``_`` are disallowed, with the exception of
public functions and events.
* Remove support for the ``\b``, ``\f``, and ``\v`` escape sequences in code.
They can still be inserted via hexadecimal escapes, e.g. ``\x08``, ``\x0c``, and ``\x0b``, respectively.
Interface Changes
=================