From ab9af360d84a78713f5219024aaf5f8ee805da8d Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Fri, 23 Feb 2024 08:59:19 -0800 Subject: [PATCH 1/2] Update README.md, remove link to Stream Matchers This section was removed: https://github.com/dart-lang/test/commit/cc0598b2c3bf3a7439f10f9542a8d01ff50b69e9#diff-c97f9e0d4b6adec304ed041e0063f78a4842c22d03bcaa5086a66c9d49aeab98 I have no idea what else should be removed or added from the ToC, and I have no idea how you would maintain this ToC. --- pkgs/test/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/test/README.md b/pkgs/test/README.md index 0ffa484d6..cd2542151 100644 --- a/pkgs/test/README.md +++ b/pkgs/test/README.md @@ -17,7 +17,6 @@ * [Compiler Selectors](#compiler-selectors) * [Running Tests on Node.js](#running-tests-on-nodejs) * [Asynchronous Tests](#asynchronous-tests) - * [Stream Matchers](#stream-matchers) * [Running Tests With Custom HTML](#running-tests-with-custom-html) * [Providing a custom HTML template](#providing-a-custom-html-template) * [Configuring Tests](#configuring-tests) From 4c98af0dbc5f71724333504dbd615ac068f88c12 Mon Sep 17 00:00:00 2001 From: Jake Macdonald Date: Fri, 23 Feb 2024 18:39:17 +0000 Subject: [PATCH 2/2] update pubspec/changelog --- pkgs/test/CHANGELOG.md | 4 ++++ pkgs/test/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/test/CHANGELOG.md b/pkgs/test/CHANGELOG.md index 2f01de4f1..43a233ed1 100644 --- a/pkgs/test/CHANGELOG.md +++ b/pkgs/test/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.25.3-wip + +* Remove outdated StreamMatcher link from README table of contents. + ## 1.25.2 * Fix a bug running browser tests with paths containing windows directory diff --git a/pkgs/test/pubspec.yaml b/pkgs/test/pubspec.yaml index d3c9b7655..531fb20d2 100644 --- a/pkgs/test/pubspec.yaml +++ b/pkgs/test/pubspec.yaml @@ -1,5 +1,5 @@ name: test -version: 1.25.2 +version: 1.25.3-wip description: >- A full featured library for writing and running Dart tests across platforms. repository: https://github.com/dart-lang/test/tree/master/pkgs/test