Sha256: dade502168e43937468484a045924f24d93d35bb2c10a15b557864b84ed6543c

Contents?: true

Size: 757 Bytes

Versions: 174

Compression:

Stored size: 757 Bytes

Contents

**NOTE: This exercise has been deprecated.**

Please see the discussion in https://github.com/exercism/x-common/issues/80
for more context.

--------

This is a special exercise. Instead of creating code that works with
an existing test suite you get to define the test suite. To help you
several variations of the code under test have been provided, your
test suite should at least be able to detect the problems (or lack
thereof) with them.

The system under test is supposed to be a system to count the
number of lines, letters and total characters in supplied strings.
The idea is that you perform the "add string" operation a number
of times, passing in strings, and afterwards call the "lines",
"letters" and "characters" functions to get the totals.

Version data entries

174 entries across 174 versions & 1 rubygems

Version Path
trackler-2.1.0.18 common/exercises/counter/description.md
trackler-2.1.0.17 common/exercises/counter/description.md
trackler-2.1.0.16 common/exercises/counter/description.md
trackler-2.1.0.15 common/exercises/counter/description.md
trackler-2.1.0.14 common/exercises/counter/description.md
trackler-2.1.0.13 common/exercises/counter/description.md
trackler-2.1.0.12 common/exercises/counter/description.md
trackler-2.1.0.11 common/exercises/counter/description.md
trackler-2.1.0.10 common/exercises/counter/description.md
trackler-2.1.0.9 common/exercises/counter/description.md
trackler-2.1.0.8 common/exercises/counter/description.md
trackler-2.1.0.7 common/exercises/counter/description.md
trackler-2.1.0.6 common/exercises/counter/description.md
trackler-2.1.0.5 common/exercises/counter/description.md
trackler-2.1.0.4 common/exercises/counter/description.md
trackler-2.1.0.3 common/exercises/counter/description.md
trackler-2.1.0.2 common/exercises/counter/description.md
trackler-2.1.0.1 common/exercises/counter/description.md
trackler-2.1.0.0 common/exercises/counter/description.md
trackler-2.0.8.55 common/exercises/counter/description.md