From 92007c572f92d4cf118f73d954056f4102b1a7df Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 14 Jun 2018 20:23:38 +0200 Subject: [PATCH] remove blank --- features.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.txt b/features.txt index e04658b..1f36866 100644 --- a/features.txt +++ b/features.txt @@ -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