Skip to content

Commit

Permalink
remove blank
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Jun 14, 2018
1 parent e969875 commit 92007c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ Access the raw template string content (backslashes are not interpreted).
6| strings.raw[1] === "bar";
6| values[0] === 42;
6| }
6| quux |`|foo|\n|${ 42 }bar|`|
6| quux|`|foo|\n|${ 42 }bar|`|
6|
6| String.raw |`|foo|\n|${ 42 }bar|`| === "foo|\\n|42bar";
6| String.raw|`|foo|\n|${ 42 }bar|`| === "foo|\\n|42bar";

5| // no equivalent in ES5

Expand Down

0 comments on commit 92007c5

Please sign in to comment.