fix(curriculum): quotes in tests (#18828)

* fix(curriculum): tests quotes

* fix(curriculum): fill seed-teardown

* fix(curriculum): fix tests and remove unneeded seed-teardown
This commit is contained in:
Valeriy
2018-10-20 21:02:47 +03:00
committed by mrugesh mohapatra
parent 96eb124163
commit 79d9012432
1339 changed files with 6499 additions and 5185 deletions

View File

@@ -35,7 +35,7 @@ For how many positive integers n230 does X(n,2n,3n) = 0 ?
```yml
tests:
- text: <code>euler301()</code> should return 2178309.
testString: 'assert.strictEqual(euler301(), 2178309, "<code>euler301()</code> should return 2178309.");'
testString: assert.strictEqual(euler301(), 2178309, '<code>euler301()</code> should return 2178309.');
```