branch: master commit c79499a31ba5bf048a0b8d8a7ccad718d368b88e Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Remove erroneous block scope assertion. --- context-coloring-test.el | 9 --------- fixtures/test/block-scopes.js | 9 --------- 2 files changed, 18 deletions(-) diff --git a/context-coloring-test.el b/context-coloring-test.el index 1655496..ab77254 100644 --- a/context-coloring-test.el +++ b/context-coloring-test.el @@ -485,15 +485,6 @@ other non-letters are guaranteed to always be discarded." 11 111 2 222 12 222 22 - 22222 12 - 2 -}()); - -(xxxxxxxx () { - 'xxx xxxxxx'; - 11 111 2 - 222 12 - 222 22 22222 22 2 }());")) diff --git a/fixtures/test/block-scopes.js b/fixtures/test/block-scopes.js index 86e4a13..34a40ba 100644 --- a/fixtures/test/block-scopes.js +++ b/fixtures/test/block-scopes.js @@ -5,12 +5,3 @@ const c; } }()); - -(function () { - 'use strict'; - if (1) { - var a; - let b; - const c; - } -}());