You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
it("should move left by 1 space if cursor is immediately after 1 indent level worth of spaces at beginning of line and soft tab pref is off",function(){
1092
+
it("should move left by 1 space if cursor is immediately after 1 indent level worth of spaces at beginning of line",function(){
it("should backspace by 1 space if cursor is immediately after 1 indent level worth of spaces at beginning of line and soft tab pref is off",function(){
1096
+
it("should backspace by 1 space if cursor is immediately after 1 indent level worth of spaces at beginning of line",function(){
it("should move right by 1 space if cursor is immediately before 1 indent level worth of spaces at beginning of line and soft tab pref is off",function(){
1100
+
it("should move right by 1 space if cursor is immediately before 1 indent level worth of spaces at beginning of line",function(){
it("should delete right by 1 space if cursor is immediately before 1 indent level worth of spaces at beginning of line and soft tab pref is off",function(){
1104
+
it("should delete right by 1 space if cursor is immediately before 1 indent level worth of spaces at beginning of line",function(){
0 commit comments