Skip to content

Commit 4fdb9f4

Browse files
authored
Sync largest-series-product tests (#424)
[no important files changed]
1 parent 59e8419 commit 4fdb9f4

File tree

1 file changed

+10
-0
lines changed
  • exercises/practice/largest-series-product/.meta

1 file changed

+10
-0
lines changed

exercises/practice/largest-series-product/.meta/tests.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ description = "reports zero if all spans include zero"
3838

3939
[5d81aaf7-4f67-4125-bf33-11493cc7eab7]
4040
description = "rejects span longer than string length"
41+
include = false
42+
43+
[0ae1ce53-d9ba-41bb-827f-2fceb64f058b]
44+
description = "rejects span longer than string length"
45+
reimplements = "5d81aaf7-4f67-4125-bf33-11493cc7eab7"
4146

4247
[06bc8b90-0c51-4c54-ac22-3ec3893a079e]
4348
description = "reports 1 for empty string and empty product (0 span)"
@@ -47,6 +52,11 @@ description = "reports 1 for nonempty string and empty product (0 span)"
4752

4853
[6d96c691-4374-4404-80ee-2ea8f3613dd4]
4954
description = "rejects empty string and nonzero span"
55+
include = false
56+
57+
[6cf66098-a6af-4223-aab1-26aeeefc7402]
58+
description = "rejects empty string and nonzero span"
59+
reimplements = "6d96c691-4374-4404-80ee-2ea8f3613dd4"
5060

5161
[7a38f2d6-3c35-45f6-8d6f-12e6e32d4d74]
5262
description = "rejects invalid character in digits"

0 commit comments

Comments
 (0)