File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed
Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,17 @@ foo = do
6464
6565(defvar shm-tests
6666 (list
67+ (list :name " inserting after '"
68+ :start-buffer-content " x = [foo'
69+ ,()]
70+ "
71+ :start-cursor 6
72+ :finish-cursor 22
73+ :current-node-overlay '(19 24 )
74+ :end-buffer-content " x = [foo' []
75+ ,('[])]
76+ "
77+ :kbd " [,( '[" )
6778 (list :name " don't re-indent dependent rhs"
6879 :start-buffer-content " foo bar baz =
6980 bar + baz
@@ -444,14 +455,14 @@ zot")
444455"
445456 :kbd " \3 41\3 62\3 41\3 62" )
446457 (list :name " splice"
447- :start-buffer-content " main = foo (bar)
458+ :start-buffer-content " main = foo (bar)
448459"
449- :start-cursor 13
450- :finish-cursor 12
451- :current-node-overlay '(12 15 )
452- :end-buffer-content " main = foo bar
460+ :start-cursor 13
461+ :finish-cursor 12
462+ :current-node-overlay '(12 15 )
463+ :end-buffer-content " main = foo bar
453464"
454- :kbd " \3 63" )
465+ :kbd " \3 63" )
455466 (list :name " kill-line"
456467 :start-buffer-content " main = do foo
457468 bar
You can’t perform that action at this time.
0 commit comments