exercism / exercism/d

Consider syncing crypto-square

Open
#312 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
D
Stars
20
Forks
36
Avg merge
1h 55m
Merged PRs (30d)
1

Description

The current example implementation precedes the current canonical tests.

It fails if we attempt to add

```
{
auto theCipher = new Cipher("If man was meant to stay on the ground, god would have given us roots.");
assert("imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau " == theCipher.normalize.cipherText());
}
```

but would pass if we instead added

```
{
auto theCipher = new Cipher("If man was meant to stay on the ground, god would have given us roots.");
assert("imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau" == theCipher.normalize.cipherText());
}
```

Currently the track does not implement the canonical tests with 0-length output.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.