File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 66;; - Add a new comment block explaining the test (include issue#, etc)
77;; - Add `check-vim` (or `check-vim-not-exn`) tests
88;; - check-vim takes a before string, a list of keys, and after string
9- ;; - Use @~a{ ... } notation to write contents of text buffer for
9+ ;; - Use @~a{ ... } notation to write contents of text buffer for tests
1010;; (this is at-expression syntax, detailed here:
1111;; https://docs.racket-lang.org/scribble/reader.html)
1212
391391 '(#\d #\a #\w )
392392 @~a{def ghi})
393393
394+ ;; Issue #141
395+ (check-vim
396+ @~a{abc
397+ def}
398+ '(#\l #\l #\d #\w )
399+ @~a{ab
400+ def})
401+
394402(check-vim
395403 @~a{abc
396404 def}
422430 '(#\l #\d #\w )
423431 @~a{adef ghi})
424432
425-
426433(check-vim
427434 @~a{#lang racket}
428435 '(#\d escape #\d )
You can’t perform that action at this time.
0 commit comments