Remove trailing whitespaces and a false claim in the JavaScript Style Guide #116

Merged
merged 2 commits into from May 17, 2016

2 participants

@Dominator008
Google member

The claim that multi-line strings are not part of ECMAScript is
false. See the "LineContinuation" production in:
http://www.ecma-international.org/ecma-262/5.1/#sec-7.8.4.

Removed the false claim and a few trailing whitespaces.

Dominator008 added some commits Mar 28, 2016
@Dominator008 Dominator008 Remove trailing whitespaces in JavaScript Style Guide
3c3c96b
@Dominator008 Dominator008 Remove a false claim about multi-line strings
The claim that multi-line strings are not part of ECMAScript is
false. See the "LineContinuation" production in:
http://www.ecma-international.org/ecma-262/5.1/#sec-7.8.4.

Removed the false claim.
d6fddbb
@Dominator008 Dominator008 changed the title from Remove trailing whitespaces and a wrong claim in the JavaScript Style Guide to Remove trailing whitespaces and a false claim in the JavaScript Style Guide Mar 28, 2016
@Dominator008
Google member

@andybons Can you merge this? Thanks!

@andybons andybons merged commit 70d6b7d into google:gh-pages May 17, 2016

1 check passed

cla/google All necessary CLAs are signed
@Dominator008 Dominator008 deleted the Dominator008:javascript branch May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment