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

Unified Diff: LayoutTests/inspector/editor/text-editor-auto-whitespace-removing-expected.txt

Issue 402433007: DevTools: [CodeMirror] remove auto-inserted whitespaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline inspector/editor/text-editor-formatter.html Created 6 years, 5 months 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: LayoutTests/inspector/editor/text-editor-auto-whitespace-removing-expected.txt
diff --git a/LayoutTests/inspector/editor/text-editor-auto-whitespace-removing-expected.txt b/LayoutTests/inspector/editor/text-editor-auto-whitespace-removing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7ae0a45cdd16e453409775a97202331f52e6ca4f
--- /dev/null
+++ b/LayoutTests/inspector/editor/text-editor-auto-whitespace-removing-expected.txt
@@ -0,0 +1,43 @@
+This test verifies that auto-appended spaces are removed on consequent enters.
+
+function (){}
+ if (a == b) {
+
+Running: testCollapsedBlock
+function.(){
+
+....|
+}
+....if.(a.==.b).{
+
+
+Running: testOpenCurlyBrace
+function.(){}
+....if.(a.==.b).{
+
+........|
+
+
+Running: testSmartIndent
+function.(){}
+..
+
+..|..if.(a.==.b).{
+
+
+Running: testMultiCursorSelection
+function.(){}
+..
+
+..|..
+
+....|if.(a.==.b).{
+
+
+Running: testEditedAutoIndent
+function.(){}
+....if.(a.==.b).{
+........W
+........|
+
+

Powered by Google App Engine
This is Rietveld 408576698