changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/syn/tests.lisp

changeset 698: 96958d3eb5b0
parent: 9b7ec8636a2d
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 (defpackage :syn/tests
2  (:use :cl :rt :syn))
3 
4 (in-package :syn/tests)
5 (defsuite :syn)
6 (in-suite :syn)
7 
8 (deftest ts-sanity ())