Vim window logic, slimv
This commit is contained in:
parent
babcc9e44b
commit
515847d07e
791 changed files with 51552 additions and 86 deletions
|
|
@ -0,0 +1,13 @@
|
|||
(cl:in-package :cl-user)
|
||||
|
||||
(defpackage :local-time.test
|
||||
(:use :alexandria
|
||||
:common-lisp
|
||||
:stefil
|
||||
:local-time))
|
||||
|
||||
(in-package :local-time.test)
|
||||
|
||||
(defsuite* (test :in root-suite) ()
|
||||
(local-time::reread-timezone-repository)
|
||||
(run-child-tests))
|
||||
Loading…
Add table
Add a link
Reference in a new issue