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.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/tracks/c/README.md +10 -0
  4. data/tracks/c/exercises/raindrops/src/example.c +16 -18
  5. data/tracks/c/exercises/raindrops/src/example.h +1 -1
  6. data/tracks/c/exercises/raindrops/test/test_raindrops.c +25 -54
  7. data/tracks/clojure/config.json +256 -382
  8. data/tracks/clojure/config/maintainers.json +19 -19
  9. data/tracks/coq/docs/SNIPPET.txt +12 -0
  10. data/tracks/csharp/config.json +677 -678
  11. data/tracks/csharp/config/maintainers.json +27 -27
  12. data/tracks/csharp/docs/GENERATORS.md +2 -0
  13. data/tracks/csharp/exercises/bowling/BowlingTest.cs +163 -87
  14. data/tracks/csharp/exercises/bowling/Example.cs +47 -8
  15. data/tracks/csharp/generators/Exercises/Bowling.cs +116 -0
  16. data/tracks/elisp/config.json +84 -126
  17. data/tracks/elisp/config/maintainers.json +7 -7
  18. data/tracks/elixir/config.json +397 -513
  19. data/tracks/elixir/config/maintainers.json +15 -15
  20. data/tracks/erlang/.gitmodules +3 -0
  21. data/tracks/erlang/.travis.yml +1 -0
  22. data/tracks/erlang/exercises/hello-world/test/hello_world_tests.erl +1 -1
  23. data/tracks/erlang/testgen/.gitignore +19 -0
  24. data/tracks/erlang/testgen/LICENSE +21 -0
  25. data/tracks/erlang/testgen/README.md +14 -0
  26. data/tracks/erlang/testgen/include/tgen.hrl +6 -0
  27. data/tracks/erlang/testgen/rebar.config +15 -0
  28. data/tracks/erlang/testgen/src/testgen.app.src +15 -0
  29. data/tracks/erlang/testgen/src/testgen.erl +41 -0
  30. data/tracks/erlang/testgen/src/tg_file_tools.erl +14 -0
  31. data/tracks/erlang/testgen/src/tg_git_tools.erl +20 -0
  32. data/tracks/erlang/testgen/src/tgen.erl +126 -0
  33. data/tracks/erlang/testgen/src/tgen_hello-world.erl +35 -0
  34. data/tracks/fsharp/config.json +643 -643
  35. data/tracks/fsharp/config/maintainers.json +15 -15
  36. data/tracks/groovy/config.json +97 -101
  37. data/tracks/groovy/config/maintainers.json +7 -7
  38. data/tracks/haxe/docs/INSTALLATION.md +2 -0
  39. data/tracks/haxe/docs/SNIPPET.txt +7 -0
  40. data/tracks/haxe/docs/TESTS.md +24 -0
  41. data/tracks/idris/config.json +35 -37
  42. data/tracks/idris/config/maintainers.json +7 -7
  43. data/tracks/java/config.json +122 -122
  44. data/tracks/javascript/exercises/palindrome-products/README.md +6 -6
  45. data/tracks/kotlin/config.json +264 -383
  46. data/tracks/kotlin/config/maintainers.json +15 -15
  47. data/tracks/lfe/config.json +126 -188
  48. data/tracks/lfe/config/maintainers.json +7 -7
  49. data/tracks/lua/exercises/etl/README.md +1 -1
  50. data/tracks/lua/exercises/ocr-numbers/README.md +1 -1
  51. data/tracks/lua/exercises/pascals-triangle/README.md +1 -1
  52. data/tracks/lua/exercises/pov/README.md +1 -1
  53. data/tracks/lua/exercises/react/react_spec.lua +1 -1
  54. data/tracks/lua/exercises/rna-transcription/README.md +1 -1
  55. data/tracks/objective-c/config.json +8 -8
  56. data/tracks/objective-c/config/maintainers.json +15 -15
  57. data/tracks/perl6/docs/EXERCISE_README_INSERT.md +9 -5
  58. data/tracks/perl6/exercises/accumulate/README.md +9 -5
  59. data/tracks/perl6/exercises/all-your-base/README.md +9 -5
  60. data/tracks/perl6/exercises/allergies/README.md +9 -5
  61. data/tracks/perl6/exercises/anagram/README.md +9 -5
  62. data/tracks/perl6/exercises/atbash-cipher/README.md +9 -5
  63. data/tracks/perl6/exercises/binary/README.md +9 -5
  64. data/tracks/perl6/exercises/bob/README.md +9 -5
  65. data/tracks/perl6/exercises/clock/README.md +9 -5
  66. data/tracks/perl6/exercises/flatten-array/README.md +9 -5
  67. data/tracks/perl6/exercises/grade-school/README.md +9 -5
  68. data/tracks/perl6/exercises/grains/README.md +9 -5
  69. data/tracks/perl6/exercises/hello-world/README.md +9 -5
  70. data/tracks/perl6/exercises/leap/README.md +9 -5
  71. data/tracks/perl6/exercises/linked-list/README.md +9 -5
  72. data/tracks/perl6/exercises/luhn/README.md +9 -5
  73. data/tracks/perl6/exercises/phone-number/README.md +9 -5
  74. data/tracks/perl6/exercises/raindrops/README.md +9 -5
  75. data/tracks/perl6/exercises/rna-transcription/README.md +10 -6
  76. data/tracks/perl6/exercises/robot-name/README.md +9 -5
  77. data/tracks/perl6/exercises/scrabble-score/README.md +9 -5
  78. data/tracks/perl6/exercises/space-age/README.md +10 -7
  79. data/tracks/perl6/exercises/trinary/README.md +9 -5
  80. data/tracks/perl6/exercises/word-count/README.md +9 -5
  81. data/tracks/perl6/exercises/wordy/README.md +9 -5
  82. data/tracks/r/config.json +136 -138
  83. data/tracks/r/config/maintainers.json +15 -15
  84. data/tracks/racket/config.json +105 -151
  85. data/tracks/racket/config/maintainers.json +15 -15
  86. data/tracks/rust/.travis.yml +1 -0
  87. data/tracks/rust/_test/count-ignores.sh +16 -0
  88. data/tracks/rust/exercises/all-your-base/tests/all-your-base.rs +36 -36
  89. data/tracks/rust/exercises/alphametics/tests/alphametics.rs +2 -2
  90. data/tracks/rust/exercises/bowling/tests/bowling.rs +14 -14
  91. data/tracks/rust/exercises/circular-buffer/tests/circular-buffer.rs +16 -16
  92. data/tracks/rust/exercises/hamming/tests/hamming.rs +5 -5
  93. data/tracks/rust/exercises/largest-series-product/tests/largest-series-product.rs +12 -12
  94. data/tracks/rust/exercises/nucleotide-count/tests/nucleotide-count.rs +4 -4
  95. data/tracks/rust/exercises/ocr-numbers/tests/ocr-numbers.rs +15 -15
  96. data/tracks/rust/exercises/pascals-triangle/tests/pascals-triangle.rs +1 -1
  97. data/tracks/rust/exercises/protein-translation/tests/proteins.rs +6 -6
  98. data/tracks/rust/exercises/react/tests/react.rs +11 -11
  99. data/tracks/rust/exercises/variable-length-quantity/tests/variable-length-quantity.rs +13 -15
  100. data/tracks/rust/exercises/wordy/tests/wordy.rs +14 -14
  101. data/tracks/swift/config.json +447 -449
  102. data/tracks/swift/config/maintainers.json +15 -15
  103. data/tracks/typescript/config.json +294 -295
  104. data/tracks/typescript/config/maintainers.json +11 -11
  105. data/tracks/vbnet/docs/SNIPPET.txt +5 -0
  106. 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
- "name": null,
6
+ "avatar_url": null,
8
7
  "bio": null,
8
+ "github_username": "yurrriq",
9
9
  "link_text": null,
10
10
  "link_url": null,
11
- "avatar_url": null
11
+ "name": null,
12
+ "show_on_website": false
12
13
  }
13
- ],
14
- "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
15
- }
14
+ ]
15
+ }
@@ -1,4 +1,4 @@
1
- # Etl
1
+ # ETL
2
2
 
3
3
  We are going to do the `Transform` step of an Extract-Transform-Load.
4
4
 
@@ -1,4 +1,4 @@
1
- # Ocr Numbers
1
+ # OCR Numbers
2
2
 
3
3
  Given a 3 x 4 grid of pipes, underscores, and spaces, determine which number is
4
4
  represented, or whether it is garbled.
@@ -1,4 +1,4 @@
1
- # Pascals Triangle
1
+ # Pascal's Triangle
2
2
 
3
3
  Compute Pascal's triangle up to a given number of rows.
4
4
 
@@ -1,4 +1,4 @@
1
- # Pov
1
+ # POV
2
2
 
3
3
  Reparent a graph on a selected node.
4
4
 
@@ -1,4 +1,4 @@
1
- local react = require 'react'
1
+ local react = require('react')
2
2
 
3
3
  describe('react', function()
4
4
  it('input cells have a value', function()
@@ -1,4 +1,4 @@
1
- # Rna Transcription
1
+ # RNA Transcription
2
2
 
3
3
  Given a DNA strand, return its RNA complement (per RNA transcription).
4
4
 
@@ -477,22 +477,22 @@
477
477
  "difficulty": 3,
478
478
  "slug": "grains",
479
479
  "topics": [
480
- "integers"
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
- "Loops",
493
- "Integers",
494
- "Mathematics"
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
- "name": null,
6
+ "avatar_url": null,
8
7
  "bio": null,
8
+ "github_username": "burtlo",
9
9
  "link_text": null,
10
10
  "link_url": null,
11
- "avatar_url": null
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
- "name": null,
16
+ "avatar_url": null,
18
17
  "bio": null,
18
+ "github_username": "masters3d",
19
19
  "link_text": null,
20
20
  "link_url": null,
21
- "avatar_url": null
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
- "name": null,
26
+ "avatar_url": null,
28
27
  "bio": null,
28
+ "github_username": "robtimp",
29
29
  "link_text": null,
30
30
  "link_url": null,
31
- "avatar_url": null
31
+ "name": null,
32
+ "show_on_website": false
32
33
  }
33
- ],
34
- "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
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 script included with the exercise; a file with the extension
10
- `.t`. You can run the test script for the exercise by executing the command
11
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
12
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
13
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
37
- `.t`. You can run the test script for the exercise by executing the command
38
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
39
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
40
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
43
- `.t`. You can run the test script for the exercise by executing the command
44
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
45
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
46
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
41
- `.t`. You can run the test script for the exercise by executing the command
42
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
43
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
44
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
18
- `.t`. You can run the test script for the exercise by executing the command
19
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
20
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
21
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
40
- `.t`. You can run the test script for the exercise by executing the command
41
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
42
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
43
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
42
- `.t`. You can run the test script for the exercise by executing the command
43
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
44
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
45
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
23
- `.t`. You can run the test script for the exercise by executing the command
24
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
25
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
26
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
18
- `.t`. You can run the test script for the exercise by executing the command
19
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
20
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
21
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
22
- `.t`. You can run the test script for the exercise by executing the command
23
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
24
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
25
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
46
- `.t`. You can run the test script for the exercise by executing the command
47
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
48
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
49
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
38
- `.t`. You can run the test script for the exercise by executing the command
39
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
40
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
41
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
26
- `.t`. You can run the test script for the exercise by executing the command
27
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
28
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
29
- tests marked as 'TODO'.
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 script included with the exercise; a file with the extension
38
- `.t`. You can run the test script for the exercise by executing the command
39
- `prove . --exec=perl6` in the exercise directory. You can also add the `-v` flag
40
- e.g. `prove . --exec=perl6 -v` to display all tests, including any optional
41
- tests marked as 'TODO'.
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