1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
4
5 import 'util.dart';
6 import 'package:expect/expect.dart';
7
8 void main() {
9 var re = new RegExp(r"^(((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)?)))
+");
10 var str = "Avtnennan gunzvmu pubExnY nEvln vaTxh rmuhguhaTxnY";
Issue 667043003: Port regexp tests from V8 to Dart.
(Closed)
Created 6 years, 2 months ago by zerny-google
Modified 6 years, 1 month ago
Reviewers: Lasse Reichstein Nielsen, Ivan Posva
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 14