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

Unified Diff: test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden

Issue 2224913002: [turbolizer] Output correct JSON when source contains a backslash. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 months 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 | « src/ostreams.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden b/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
index 210a35094865311697f04d8f686faa5cb79c522e..3637f782301ff6a9932c331bbdf5db089e808972 100644
--- a/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
+++ b/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
@@ -38,7 +38,7 @@ bytecodes: [
/* 58 S> */ B(Return),
]
constant pool: [
- "(\x5cw+)\x5cs(\x5cw+)",
+ "(\u005cw+)\u005cs(\u005cw+)",
]
handlers: [
]
« no previous file with comments | « src/ostreams.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698