Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1184)

Unified Diff: test/mjsunit/nul-characters.js

Issue 8888006: Make more JS files beter match the coding standard. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/mirror-unresolved-function.js ('k') | test/mjsunit/number-string-index-call.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/nul-characters.js
diff --git a/test/mjsunit/nul-characters.js b/test/mjsunit/nul-characters.js
index 22da82d2e09bd4029544ef931d93df19d41f0cbd..4f56f4ba44cdb9537cb931b8139b16fb1e52cfe5 100644
--- a/test/mjsunit/nul-characters.js
+++ b/test/mjsunit/nul-characters.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-var a = [ '\0', '\u0000', '\x00' ]
+var a = [ '\0', '\u0000', '\x00' ];
for (var i in a) {
assertEquals(1, a[i].length);
assertEquals(0, a[i].charCodeAt(0));
« no previous file with comments | « test/mjsunit/mirror-unresolved-function.js ('k') | test/mjsunit/number-string-index-call.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698