Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: test/lexer/cornercases/harmony-number-and-identifier.js

Issue 98843002: Experimental parser: set start_ properly after illegal token. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/lexer/cornercases/utf-endlines.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lexer/cornercases/harmony-number-and-identifier.js
diff --git a/test/lexer/cornercases/harmony-number-and-identifier.js b/test/lexer/cornercases/harmony-number-and-identifier.js
index 592b867ed36239ad770598f0603268259eee074f..e3d9e68d1aa0c34e8654939279f1b58d7f76531b 100644
--- a/test/lexer/cornercases/harmony-number-and-identifier.js
+++ b/test/lexer/cornercases/harmony-number-and-identifier.js
@@ -25,6 +25,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+// Flags: --use-harmony
+
// Harmony numeric literals.
0b1101 0B1101 0o1234 0O1234
« no previous file with comments | « no previous file | test/lexer/cornercases/utf-endlines.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698