dart-sdk/tests/corelib/string_replace_all_test.dart
Stephen Adams 7504ce34b0 Add tests for String.replaceAll with general Pattern
Change-Id: Ic680dc229e014f3323945bd509184d501c381041
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/226983
Reviewed-by: Lasse Nielsen <lrn@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
2022-01-13 20:52:33 +00:00

10 lines
316 B
Dart

// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import "string_replace_all_common.dart";
main() {
testAll((pattern) => pattern); // unwrapped
}