From b15158c1db35f4e191acc52c5b84ecfe1add5b38 Mon Sep 17 00:00:00 2001 From: SirNate0 Date: Mon, 12 Aug 2024 22:53:10 -0400 Subject: [PATCH] Fix typo in test-cases-and-sections.md --- docs/test-cases-and-sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index 01c898bb..14db55ae 100644 --- a/docs/test-cases-and-sections.md +++ b/docs/test-cases-and-sections.md @@ -48,7 +48,7 @@ For more detail on command line selection see [the command line docs](command-li Tag names are not case sensitive and can contain any ASCII characters. This means that tags `[tag with spaces]` and `[I said "good day"]` are both allowed tags and can be filtered on. However, escapes are not -supported however and `[\]]` is not a valid tag. +supported and `[\]]` is not a valid tag. The same tag can be specified multiple times for a single test case, but only one of the instances of identical tags will be kept. Which one