diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 07:37:36 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 07:37:36 +0000 |
commit | f5ea16084b0ada455912c541e804b3a1831c4cc0 (patch) | |
tree | a4aa4049f15db707b58c482b9a0374f5cccbb7ed /chrome/test/debugger/test_protocol.js | |
parent | 45c705f2f8a94a23155bec740b12770c524f2dbe (diff) | |
download | chromium_src-f5ea16084b0ada455912c541e804b3a1831c4cc0.zip chromium_src-f5ea16084b0ada455912c541e804b3a1831c4cc0.tar.gz chromium_src-f5ea16084b0ada455912c541e804b3a1831c4cc0.tar.bz2 |
Initialize string to the empty string to avoid 'undefinedXXX' when appending XXX.
Format frame numbers with two digits when presenting the output from teh f command.
BUG=1304224
Review URL: http://codereview.chromium.org/6079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/debugger/test_protocol.js')
-rw-r--r-- | chrome/test/debugger/test_protocol.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/debugger/test_protocol.js b/chrome/test/debugger/test_protocol.js index d3dcae8..e4c8d7c 100644 --- a/chrome/test/debugger/test_protocol.js +++ b/chrome/test/debugger/test_protocol.js @@ -241,7 +241,7 @@ DebuggerTest.expectedOutput = [ "a = 2", "$ frame 1", "< response:frame", - "#1 g, foo.html", + "#01 g, foo.html", "61: f(1);", "$ stepout", "< response:continue", |