Skip to content

Commit

Permalink
[sublime bindings] Add test for smartBackspace
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 9, 2016
1 parent 79bec10 commit 1843b8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/sublime_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@
"clearBookmarks",
Pos(0, 0), "selectBookmarks", at(0, 0));

stTest("smartBackspace", " foo\n bar",
setSel(0, 2, 0, 2, 1, 4, 1, 4, 1, 6, 1, 6), "smartBackspace",
val("foo\n br"))

stTest("upAndDowncaseAtCursor", "abc\ndef x\nghI",
setSel(0, 1, 0, 3,
1, 1, 1, 1,
Expand Down

0 comments on commit 1843b8c

Please sign in to comment.