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

Unified Diff: test/lexer/cornercases/utf-endlines.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/harmony-number-and-identifier.js ('k') | test/lexer/utf-2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lexer/cornercases/utf-endlines.js
diff --git a/test/lexer/cornercases/utf-endlines.js b/test/lexer/cornercases/utf-endlines.js
index d5987db6cddca3f92449732d4153fd86252b73af..346941b73a6318cd031751aea69f83243b9b158c 100644
--- a/test/lexer/cornercases/utf-endlines.js
+++ b/test/lexer/cornercases/utf-endlines.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
+
// The "-->" at the beginning of a line is a weird SpiderMonkey compatibility
// hack.
« no previous file with comments | « test/lexer/cornercases/harmony-number-and-identifier.js ('k') | test/lexer/utf-2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698