From 2eb0d4e51f4baac6b2c3ad0ccd494c52b6f9cbb8 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 6 Aug 2012 13:48:25 -0700 Subject: [PATCH] Javascript, unlike PHP doesn't need double quotes for \n This just cleans up a few places where single quotes should have been used instead of double quotes. Change-Id: I6c53652e71ab96842ed5bb41fb1e0b8c923eb25d --- modules/ve/test/dm/ve.dm.Surface.test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ve/test/dm/ve.dm.Surface.test.js b/modules/ve/test/dm/ve.dm.Surface.test.js index f0d8eb9bf5..437828dcce 100644 --- a/modules/ve/test/dm/ve.dm.Surface.test.js +++ b/modules/ve/test/dm/ve.dm.Surface.test.js @@ -72,7 +72,7 @@ QUnit.test( 'annotate', 1, function ( assert ) { 'expected': [ [ - "b", + 'b', { "{\"type\":\"textStyle/bold\"}": { "type": "textStyle/bold" @@ -80,7 +80,7 @@ QUnit.test( 'annotate', 1, function ( assert ) { } ], [ - "o", + 'o', { "{\"type\":\"textStyle/bold\"}": { "type": "textStyle/bold" @@ -88,7 +88,7 @@ QUnit.test( 'annotate', 1, function ( assert ) { } ], [ - "l", + 'l', { "{\"type\":\"textStyle/bold\"}": { "type": "textStyle/bold" @@ -96,7 +96,7 @@ QUnit.test( 'annotate', 1, function ( assert ) { } ], [ - "d", + 'd', { "{\"type\":\"textStyle/bold\"}": { "type": "textStyle/bold"