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

Unified Diff: test/lexer/utf-2.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 | « test/lexer/cornercases/utf-endlines.js ('k') | tools/lexer_generator/code_generator.jinja » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lexer/utf-2.js
diff --git a/test/lexer/utf-2.js b/test/lexer/utf-2.js
index f0bfbadb650344b0b7533e56101ae44d5f744ca1..ed307137540260b117121eb7eac4b6ede602395f 100644
--- a/test/lexer/utf-2.js
+++ b/test/lexer/utf-2.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: --utf8to16
+
// This file is in utf-8, and contains weird letters.
// These letters are ok in identifiers.
« no previous file with comments | « test/lexer/cornercases/utf-endlines.js ('k') | tools/lexer_generator/code_generator.jinja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698