trackler 2.2.1.50 → 2.2.1.51
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/trackler/version.rb +1 -1
- data/tracks/c/README.md +10 -0
- data/tracks/c/exercises/raindrops/src/example.c +16 -18
- data/tracks/c/exercises/raindrops/src/example.h +1 -1
- data/tracks/c/exercises/raindrops/test/test_raindrops.c +25 -54
- data/tracks/clojure/config.json +256 -382
- data/tracks/clojure/config/maintainers.json +19 -19
- data/tracks/coq/docs/SNIPPET.txt +12 -0
- data/tracks/csharp/config.json +677 -678
- data/tracks/csharp/config/maintainers.json +27 -27
- data/tracks/csharp/docs/GENERATORS.md +2 -0
- data/tracks/csharp/exercises/bowling/BowlingTest.cs +163 -87
- data/tracks/csharp/exercises/bowling/Example.cs +47 -8
- data/tracks/csharp/generators/Exercises/Bowling.cs +116 -0
- data/tracks/elisp/config.json +84 -126
- data/tracks/elisp/config/maintainers.json +7 -7
- data/tracks/elixir/config.json +397 -513
- data/tracks/elixir/config/maintainers.json +15 -15
- data/tracks/erlang/.gitmodules +3 -0
- data/tracks/erlang/.travis.yml +1 -0
- data/tracks/erlang/exercises/hello-world/test/hello_world_tests.erl +1 -1
- data/tracks/erlang/testgen/.gitignore +19 -0
- data/tracks/erlang/testgen/LICENSE +21 -0
- data/tracks/erlang/testgen/README.md +14 -0
- data/tracks/erlang/testgen/include/tgen.hrl +6 -0
- data/tracks/erlang/testgen/rebar.config +15 -0
- data/tracks/erlang/testgen/src/testgen.app.src +15 -0
- data/tracks/erlang/testgen/src/testgen.erl +41 -0
- data/tracks/erlang/testgen/src/tg_file_tools.erl +14 -0
- data/tracks/erlang/testgen/src/tg_git_tools.erl +20 -0
- data/tracks/erlang/testgen/src/tgen.erl +126 -0
- data/tracks/erlang/testgen/src/tgen_hello-world.erl +35 -0
- data/tracks/fsharp/config.json +643 -643
- data/tracks/fsharp/config/maintainers.json +15 -15
- data/tracks/groovy/config.json +97 -101
- data/tracks/groovy/config/maintainers.json +7 -7
- data/tracks/haxe/docs/INSTALLATION.md +2 -0
- data/tracks/haxe/docs/SNIPPET.txt +7 -0
- data/tracks/haxe/docs/TESTS.md +24 -0
- data/tracks/idris/config.json +35 -37
- data/tracks/idris/config/maintainers.json +7 -7
- data/tracks/java/config.json +122 -122
- data/tracks/javascript/exercises/palindrome-products/README.md +6 -6
- data/tracks/kotlin/config.json +264 -383
- data/tracks/kotlin/config/maintainers.json +15 -15
- data/tracks/lfe/config.json +126 -188
- data/tracks/lfe/config/maintainers.json +7 -7
- data/tracks/lua/exercises/etl/README.md +1 -1
- data/tracks/lua/exercises/ocr-numbers/README.md +1 -1
- data/tracks/lua/exercises/pascals-triangle/README.md +1 -1
- data/tracks/lua/exercises/pov/README.md +1 -1
- data/tracks/lua/exercises/react/react_spec.lua +1 -1
- data/tracks/lua/exercises/rna-transcription/README.md +1 -1
- data/tracks/objective-c/config.json +8 -8
- data/tracks/objective-c/config/maintainers.json +15 -15
- data/tracks/perl6/docs/EXERCISE_README_INSERT.md +9 -5
- data/tracks/perl6/exercises/accumulate/README.md +9 -5
- data/tracks/perl6/exercises/all-your-base/README.md +9 -5
- data/tracks/perl6/exercises/allergies/README.md +9 -5
- data/tracks/perl6/exercises/anagram/README.md +9 -5
- data/tracks/perl6/exercises/atbash-cipher/README.md +9 -5
- data/tracks/perl6/exercises/binary/README.md +9 -5
- data/tracks/perl6/exercises/bob/README.md +9 -5
- data/tracks/perl6/exercises/clock/README.md +9 -5
- data/tracks/perl6/exercises/flatten-array/README.md +9 -5
- data/tracks/perl6/exercises/grade-school/README.md +9 -5
- data/tracks/perl6/exercises/grains/README.md +9 -5
- data/tracks/perl6/exercises/hello-world/README.md +9 -5
- data/tracks/perl6/exercises/leap/README.md +9 -5
- data/tracks/perl6/exercises/linked-list/README.md +9 -5
- data/tracks/perl6/exercises/luhn/README.md +9 -5
- data/tracks/perl6/exercises/phone-number/README.md +9 -5
- data/tracks/perl6/exercises/raindrops/README.md +9 -5
- data/tracks/perl6/exercises/rna-transcription/README.md +10 -6
- data/tracks/perl6/exercises/robot-name/README.md +9 -5
- data/tracks/perl6/exercises/scrabble-score/README.md +9 -5
- data/tracks/perl6/exercises/space-age/README.md +10 -7
- data/tracks/perl6/exercises/trinary/README.md +9 -5
- data/tracks/perl6/exercises/word-count/README.md +9 -5
- data/tracks/perl6/exercises/wordy/README.md +9 -5
- data/tracks/r/config.json +136 -138
- data/tracks/r/config/maintainers.json +15 -15
- data/tracks/racket/config.json +105 -151
- data/tracks/racket/config/maintainers.json +15 -15
- data/tracks/rust/.travis.yml +1 -0
- data/tracks/rust/_test/count-ignores.sh +16 -0
- data/tracks/rust/exercises/all-your-base/tests/all-your-base.rs +36 -36
- data/tracks/rust/exercises/alphametics/tests/alphametics.rs +2 -2
- data/tracks/rust/exercises/bowling/tests/bowling.rs +14 -14
- data/tracks/rust/exercises/circular-buffer/tests/circular-buffer.rs +16 -16
- data/tracks/rust/exercises/hamming/tests/hamming.rs +5 -5
- data/tracks/rust/exercises/largest-series-product/tests/largest-series-product.rs +12 -12
- data/tracks/rust/exercises/nucleotide-count/tests/nucleotide-count.rs +4 -4
- data/tracks/rust/exercises/ocr-numbers/tests/ocr-numbers.rs +15 -15
- data/tracks/rust/exercises/pascals-triangle/tests/pascals-triangle.rs +1 -1
- data/tracks/rust/exercises/protein-translation/tests/proteins.rs +6 -6
- data/tracks/rust/exercises/react/tests/react.rs +11 -11
- data/tracks/rust/exercises/variable-length-quantity/tests/variable-length-quantity.rs +13 -15
- data/tracks/rust/exercises/wordy/tests/wordy.rs +14 -14
- data/tracks/swift/config.json +447 -449
- data/tracks/swift/config/maintainers.json +15 -15
- data/tracks/typescript/config.json +294 -295
- data/tracks/typescript/config/maintainers.json +11 -11
- data/tracks/vbnet/docs/SNIPPET.txt +5 -0
- metadata +21 -2
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
|
+
"docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
|
2
3
|
"maintainers": [
|
3
4
|
{
|
4
|
-
"github_username": "yurrriq",
|
5
|
-
"show_on_website": false,
|
6
5
|
"alumnus": false,
|
7
|
-
"
|
6
|
+
"avatar_url": null,
|
8
7
|
"bio": null,
|
8
|
+
"github_username": "yurrriq",
|
9
9
|
"link_text": null,
|
10
10
|
"link_url": null,
|
11
|
-
"
|
11
|
+
"name": null,
|
12
|
+
"show_on_website": false
|
12
13
|
}
|
13
|
-
]
|
14
|
-
|
15
|
-
}
|
14
|
+
]
|
15
|
+
}
|
@@ -477,22 +477,22 @@
|
|
477
477
|
"difficulty": 3,
|
478
478
|
"slug": "grains",
|
479
479
|
"topics": [
|
480
|
-
|
480
|
+
"integers"
|
481
481
|
],
|
482
482
|
"unlocked_by": null,
|
483
483
|
"uuid": "f64b5655-0256-0580-a1dc-5b114910f0f36f0c255"
|
484
484
|
},
|
485
485
|
{
|
486
|
-
"uuid": "8e3d974c-0020-3880-e92e-af4fedd478e00ce788a",
|
487
|
-
"slug": "nth-prime",
|
488
486
|
"core": false,
|
489
|
-
"unlocked_by": null,
|
490
487
|
"difficulty": 4,
|
488
|
+
"slug": "nth-prime",
|
491
489
|
"topics": [
|
492
|
-
"
|
493
|
-
"
|
494
|
-
"
|
495
|
-
]
|
490
|
+
"integers",
|
491
|
+
"loops",
|
492
|
+
"mathematics"
|
493
|
+
],
|
494
|
+
"unlocked_by": null,
|
495
|
+
"uuid": "8e3d974c-0020-3880-e92e-af4fedd478e00ce788a"
|
496
496
|
}
|
497
497
|
],
|
498
498
|
"foregone": [],
|
@@ -1,35 +1,35 @@
|
|
1
1
|
{
|
2
|
+
"docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
|
2
3
|
"maintainers": [
|
3
4
|
{
|
4
|
-
"github_username": "burtlo",
|
5
|
-
"show_on_website": false,
|
6
5
|
"alumnus": false,
|
7
|
-
"
|
6
|
+
"avatar_url": null,
|
8
7
|
"bio": null,
|
8
|
+
"github_username": "burtlo",
|
9
9
|
"link_text": null,
|
10
10
|
"link_url": null,
|
11
|
-
"
|
11
|
+
"name": null,
|
12
|
+
"show_on_website": false
|
12
13
|
},
|
13
14
|
{
|
14
|
-
"github_username": "masters3d",
|
15
|
-
"show_on_website": false,
|
16
15
|
"alumnus": false,
|
17
|
-
"
|
16
|
+
"avatar_url": null,
|
18
17
|
"bio": null,
|
18
|
+
"github_username": "masters3d",
|
19
19
|
"link_text": null,
|
20
20
|
"link_url": null,
|
21
|
-
"
|
21
|
+
"name": null,
|
22
|
+
"show_on_website": false
|
22
23
|
},
|
23
24
|
{
|
24
|
-
"github_username": "robtimp",
|
25
|
-
"show_on_website": false,
|
26
25
|
"alumnus": false,
|
27
|
-
"
|
26
|
+
"avatar_url": null,
|
28
27
|
"bio": null,
|
28
|
+
"github_username": "robtimp",
|
29
29
|
"link_text": null,
|
30
30
|
"link_url": null,
|
31
|
-
"
|
31
|
+
"name": null,
|
32
|
+
"show_on_website": false
|
32
33
|
}
|
33
|
-
]
|
34
|
-
|
35
|
-
}
|
34
|
+
]
|
35
|
+
}
|
@@ -6,8 +6,12 @@ examples if you get stuck.
|
|
6
6
|
|
7
7
|
## Running the tests
|
8
8
|
|
9
|
-
There is a test
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
9
|
+
There is a test suite and module included with the exercise.
|
10
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
11
|
+
from the module (a file with the extension `.pm6`).
|
12
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
13
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
14
|
+
test suite), and run the test suite for the exercise by executing the command
|
15
|
+
`prove . --exec=perl6` in the exercise directory.
|
16
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
17
|
+
tests, including any optional tests marked as 'TODO'.
|
@@ -33,11 +33,15 @@ examples if you get stuck.
|
|
33
33
|
|
34
34
|
## Running the tests
|
35
35
|
|
36
|
-
There is a test
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
36
|
+
There is a test suite and module included with the exercise.
|
37
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
38
|
+
from the module (a file with the extension `.pm6`).
|
39
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
40
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
41
|
+
test suite), and run the test suite for the exercise by executing the command
|
42
|
+
`prove . --exec=perl6` in the exercise directory.
|
43
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
44
|
+
tests, including any optional tests marked as 'TODO'.
|
41
45
|
|
42
46
|
## Source
|
43
47
|
|
@@ -39,11 +39,15 @@ examples if you get stuck.
|
|
39
39
|
|
40
40
|
## Running the tests
|
41
41
|
|
42
|
-
There is a test
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
42
|
+
There is a test suite and module included with the exercise.
|
43
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
44
|
+
from the module (a file with the extension `.pm6`).
|
45
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
46
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
47
|
+
test suite), and run the test suite for the exercise by executing the command
|
48
|
+
`prove . --exec=perl6` in the exercise directory.
|
49
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
50
|
+
tests, including any optional tests marked as 'TODO'.
|
47
51
|
|
48
52
|
|
49
53
|
## Submitting Incomplete Solutions
|
@@ -37,11 +37,15 @@ examples if you get stuck.
|
|
37
37
|
|
38
38
|
## Running the tests
|
39
39
|
|
40
|
-
There is a test
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
40
|
+
There is a test suite and module included with the exercise.
|
41
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
42
|
+
from the module (a file with the extension `.pm6`).
|
43
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
44
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
45
|
+
test suite), and run the test suite for the exercise by executing the command
|
46
|
+
`prove . --exec=perl6` in the exercise directory.
|
47
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
48
|
+
tests, including any optional tests marked as 'TODO'.
|
45
49
|
|
46
50
|
## Source
|
47
51
|
|
@@ -14,11 +14,15 @@ examples if you get stuck.
|
|
14
14
|
|
15
15
|
## Running the tests
|
16
16
|
|
17
|
-
There is a test
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
17
|
+
There is a test suite and module included with the exercise.
|
18
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
19
|
+
from the module (a file with the extension `.pm6`).
|
20
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
21
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
22
|
+
test suite), and run the test suite for the exercise by executing the command
|
23
|
+
`prove . --exec=perl6` in the exercise directory.
|
24
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
25
|
+
tests, including any optional tests marked as 'TODO'.
|
22
26
|
|
23
27
|
## Source
|
24
28
|
|
@@ -36,11 +36,15 @@ examples if you get stuck.
|
|
36
36
|
|
37
37
|
## Running the tests
|
38
38
|
|
39
|
-
There is a test
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
39
|
+
There is a test suite and module included with the exercise.
|
40
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
41
|
+
from the module (a file with the extension `.pm6`).
|
42
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
43
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
44
|
+
test suite), and run the test suite for the exercise by executing the command
|
45
|
+
`prove . --exec=perl6` in the exercise directory.
|
46
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
47
|
+
tests, including any optional tests marked as 'TODO'.
|
44
48
|
|
45
49
|
## Source
|
46
50
|
|
@@ -38,11 +38,15 @@ examples if you get stuck.
|
|
38
38
|
|
39
39
|
## Running the tests
|
40
40
|
|
41
|
-
There is a test
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
41
|
+
There is a test suite and module included with the exercise.
|
42
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
43
|
+
from the module (a file with the extension `.pm6`).
|
44
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
45
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
46
|
+
test suite), and run the test suite for the exercise by executing the command
|
47
|
+
`prove . --exec=perl6` in the exercise directory.
|
48
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
49
|
+
tests, including any optional tests marked as 'TODO'.
|
46
50
|
|
47
51
|
## Source
|
48
52
|
|
@@ -19,11 +19,15 @@ examples if you get stuck.
|
|
19
19
|
|
20
20
|
## Running the tests
|
21
21
|
|
22
|
-
There is a test
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
22
|
+
There is a test suite and module included with the exercise.
|
23
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
24
|
+
from the module (a file with the extension `.pm6`).
|
25
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
26
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
27
|
+
test suite), and run the test suite for the exercise by executing the command
|
28
|
+
`prove . --exec=perl6` in the exercise directory.
|
29
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
30
|
+
tests, including any optional tests marked as 'TODO'.
|
27
31
|
|
28
32
|
## Source
|
29
33
|
|
@@ -14,11 +14,15 @@ examples if you get stuck.
|
|
14
14
|
|
15
15
|
## Running the tests
|
16
16
|
|
17
|
-
There is a test
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
17
|
+
There is a test suite and module included with the exercise.
|
18
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
19
|
+
from the module (a file with the extension `.pm6`).
|
20
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
21
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
22
|
+
test suite), and run the test suite for the exercise by executing the command
|
23
|
+
`prove . --exec=perl6` in the exercise directory.
|
24
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
25
|
+
tests, including any optional tests marked as 'TODO'.
|
22
26
|
|
23
27
|
## Source
|
24
28
|
|
@@ -18,11 +18,15 @@ examples if you get stuck.
|
|
18
18
|
|
19
19
|
## Running the tests
|
20
20
|
|
21
|
-
There is a test
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
21
|
+
There is a test suite and module included with the exercise.
|
22
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
23
|
+
from the module (a file with the extension `.pm6`).
|
24
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
25
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
26
|
+
test suite), and run the test suite for the exercise by executing the command
|
27
|
+
`prove . --exec=perl6` in the exercise directory.
|
28
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
29
|
+
tests, including any optional tests marked as 'TODO'.
|
26
30
|
|
27
31
|
## Source
|
28
32
|
|
@@ -42,11 +42,15 @@ examples if you get stuck.
|
|
42
42
|
|
43
43
|
## Running the tests
|
44
44
|
|
45
|
-
There is a test
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
45
|
+
There is a test suite and module included with the exercise.
|
46
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
47
|
+
from the module (a file with the extension `.pm6`).
|
48
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
49
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
50
|
+
test suite), and run the test suite for the exercise by executing the command
|
51
|
+
`prove . --exec=perl6` in the exercise directory.
|
52
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
53
|
+
tests, including any optional tests marked as 'TODO'.
|
50
54
|
|
51
55
|
## Source
|
52
56
|
|
@@ -34,11 +34,15 @@ examples if you get stuck.
|
|
34
34
|
|
35
35
|
## Running the tests
|
36
36
|
|
37
|
-
There is a test
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
37
|
+
There is a test suite and module included with the exercise.
|
38
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
39
|
+
from the module (a file with the extension `.pm6`).
|
40
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
41
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
42
|
+
test suite), and run the test suite for the exercise by executing the command
|
43
|
+
`prove . --exec=perl6` in the exercise directory.
|
44
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
45
|
+
tests, including any optional tests marked as 'TODO'.
|
42
46
|
|
43
47
|
## Source
|
44
48
|
|
@@ -22,11 +22,15 @@ examples if you get stuck.
|
|
22
22
|
|
23
23
|
## Running the tests
|
24
24
|
|
25
|
-
There is a test
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
25
|
+
There is a test suite and module included with the exercise.
|
26
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
27
|
+
from the module (a file with the extension `.pm6`).
|
28
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
29
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
30
|
+
test suite), and run the test suite for the exercise by executing the command
|
31
|
+
`prove . --exec=perl6` in the exercise directory.
|
32
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
33
|
+
tests, including any optional tests marked as 'TODO'.
|
30
34
|
|
31
35
|
## Source
|
32
36
|
|
@@ -34,11 +34,15 @@ examples if you get stuck.
|
|
34
34
|
|
35
35
|
## Running the tests
|
36
36
|
|
37
|
-
There is a test
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
37
|
+
There is a test suite and module included with the exercise.
|
38
|
+
The test suite (a file with the extension `.t`) will attempt to run routines
|
39
|
+
from the module (a file with the extension `.pm6`).
|
40
|
+
Add/modify routines in the module so that the tests will pass! You can view the
|
41
|
+
test data by executing the command `perl6 --doc *.t` (\* being the name of the
|
42
|
+
test suite), and run the test suite for the exercise by executing the command
|
43
|
+
`prove . --exec=perl6` in the exercise directory.
|
44
|
+
You can also add the `-v` flag e.g. `prove . --exec=perl6 -v` to display all
|
45
|
+
tests, including any optional tests marked as 'TODO'.
|
42
46
|
|
43
47
|
## Source
|
44
48
|
|