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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt

Issue 2542703002: DevTools: Editing of node.js should not add a new line after shebang. (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
index af1944136486d31cc703b99988fb5bd46a12a37c..4e4f7dfe738de5095a341da3581e9ecfb62ee6e8 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
@@ -8,6 +8,7 @@ Initial fileSystem content:
Initial network content:
(function (exports, require, module, __filename, __dirname) {
+
var express = require("express");
//TODO
});
@@ -20,6 +21,7 @@ Binding created: {
Running: Edit network uiSourceCode
Network:
(function (exports, require, module, __filename, __dirname) {
+
var express = require("express");
network();
//TODO
@@ -36,6 +38,7 @@ FileSystem:
Running: Edit fileSystem uiSourceCode
Network:
(function (exports, require, module, __filename, __dirname) {
+
var express = require("express");
filesystem();
//TODO

Powered by Google App Engine
This is Rietveld 408576698