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

Unified Diff: test/mjsunit/regexp-captures.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 9 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/mjsunit/regexp-capture.js ('k') | test/mjsunit/regexp-lookahead.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regexp-captures.js
diff --git a/test/mjsunit/regexp-captures.js b/test/mjsunit/regexp-captures.js
index 91548d643b8500e44121e4271d11ce94ce1a2700..f6ea96f85e63c231d2fe1d9fe0affded4188a3af 100644
--- a/test/mjsunit/regexp-captures.js
+++ b/test/mjsunit/regexp-captures.js
@@ -26,6 +26,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
var re = /^(((N({)?)|(R)|(U)|(V)|(B)|(H)|(n((n)|(r)|(v)|(h))?)|(r(r)?)|(v)|(b((n)|(b))?)|(h))|((Y)|(A)|(E)|(o(u)?)|(p(u)?)|(q(u)?)|(s)|(t)|(u)|(w)|(x(u)?)|(y)|(z)|(a((T)|(A)|(L))?)|(c)|(e)|(f(u)?)|(g(u)?)|(i)|(j)|(l)|(m(u)?)))+/;
-var r = new RegExp(re)
-var str = "Avtnennan gunzvmu pubExnY nEvln vaTxh rmuhguhaTxnY"
+var r = new RegExp(re);
+var str = "Avtnennan gunzvmu pubExnY nEvln vaTxh rmuhguhaTxnY";
assertTrue(r.test(str));
« no previous file with comments | « test/mjsunit/regexp-capture.js ('k') | test/mjsunit/regexp-lookahead.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698