From 416f53238502bc7947e64c3bf68468aedafd752b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Thu, 30 May 2024 07:13:09 +0000 Subject: [PATCH] Fix a typo and a link in docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic65318796672dc0eb5f1efb84dcb371042031937 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368561 Reviewed-by: Devon Carew Reviewed-by: Kevin Moore Commit-Queue: Ömer Ağacan --- docs/Status-files.md | 2 +- docs/Testing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Status-files.md b/docs/Status-files.md index ba865b2eb37..6e29066e24f 100644 --- a/docs/Status-files.md +++ b/docs/Status-files.md @@ -70,7 +70,7 @@ dart2js, should produce a CompileError". [clue]: https://en.wikipedia.org/wiki/Cluedo -With miles of tests and piles of configurtions, we need a compact notation for +With miles of tests and piles of configurations, we need a compact notation for defining expectations. That's what status files aim to be. A status file is a line-oriented (newlines are significant) plain text file. diff --git a/docs/Testing.md b/docs/Testing.md index 02eb0566e08..be7acdd9e09 100644 --- a/docs/Testing.md +++ b/docs/Testing.md @@ -152,7 +152,7 @@ behavior was the last time we ran the test under some configuration. We call this the test's **status**. In the past, status was recorded in a separate set of -[**status files**][Status-files.md]. These live in the repo under `tests/`. +[**status files**](Status-files.md). These live in the repo under `tests/`. In order to change the expected behavior of a test, you had to manually change the status file and then commit that change. In practice, we found this doesn't scale to the number of tools and