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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This test verifies that auto-appended spaces are removed on consequent enters.
2
3 function (){}
4 if (a == b) {
5
6 Running: testCollapsedBlock
7 function.(){
8
9 ....|
10 }
11 ....if.(a.==.b).{
12
13
14 Running: testOpenCurlyBrace
15 function.(){}
16 ....if.(a.==.b).{
17
18 ........|
19
20
21 Running: testSmartIndent
22 function.(){}
23 ..
24
25 ..|..if.(a.==.b).{
26
27
28 Running: testMultiCursorSelection
29 function.(){}
30 ..
31
32 ..|..
33
34 ....|if.(a.==.b).{
35
36
37 Running: testEditedAutoIndent
38 function.(){}
39 ....if.(a.==.b).{
40 ........W
41 ........|
42
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698