fix: add blank lines on empty seeds (#41348)

This commit is contained in:
Andrew Cen
2021-03-04 04:14:28 +07:00
committed by GitHub
parent 728f44ab38
commit 65cc800689
13 changed files with 13 additions and 0 deletions

View File

@ -51,6 +51,7 @@ assert(code.match(/(\/\*)([^\/]{5,})(?=\*\/)/gm));
## --seed-contents--
```js
```
# --solutions--

View File

@ -51,6 +51,7 @@ if(typeof myName !== "undefined"){(function(v){return v;})(myName);}
## --seed-contents--
```js
```
# --solutions--

View File

@ -68,6 +68,7 @@ if(typeof myFirstName !== "undefined" && typeof myLastName !== "undefined"){(fun
## --seed-contents--
```js
```
# --solutions--

View File

@ -38,6 +38,7 @@ if(typeof a !== 'undefined') {(function(a){return "a = " + a;})(a);} else { (fun
## --seed-contents--
```js
```
# --solutions--

View File

@ -107,6 +107,7 @@ if (typeof functionWithArgs !== "function") {
## --seed-contents--
```js
```
# --solutions--

View File

@ -59,6 +59,7 @@ assert(timesFive(0) === 0);
## --seed-contents--
```js
```
# --solutions--

View File

@ -89,6 +89,7 @@ if (typeof reusableFunction !== "function") {
## --seed-contents--
```js
```
# --solutions--

View File

@ -43,6 +43,7 @@ assert(
## --seed-contents--
```js
```
# --solutions--

View File

@ -53,6 +53,7 @@ assert(typeof new Dog().numLegs === 'number');
## --seed-contents--
```js
```
# --solutions--