| Index: test/preparser/preparser.status
|
| diff --git a/test/preparser/preparser.status b/test/preparser/preparser.status
|
| index 9d69988f71f561da18fd92198092587e7380c38a..babf35d5d82dc4806e6398665887c887d979edac 100644
|
| --- a/test/preparser/preparser.status
|
| +++ b/test/preparser/preparser.status
|
| @@ -25,6 +25,10 @@
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| +
|
| +# We don't parse RegExps at scanning time, so we can't fail on octal
|
| +# escapes (we need to parse to distinguish octal escapes from valid
|
| +# back-references).
|
| [
|
| [ALWAYS, {
|
| # TODO(mstarzinger): This script parses but throws a TypeError when run.
|
|
|