X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=t%2Fexample.lisp;h=c949511a28cd09629d3630a069069b046633611e;hb=372507fd1ff4341e9eb744b61f92a83f2c45b593;hp=5424f49661b761f881223827d81df71892c9b31e;hpb=f9b62651b5b3e691b64b38d7b3cd1d20fa964943;p=fiveam.git diff --git a/t/example.lisp b/t/example.lisp index 5424f49..c949511 100644 --- a/t/example.lisp +++ b/t/example.lisp @@ -1,14 +1,14 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;;; * FiveAM Example (poor man's tutorial) -(asdf:oos 'asdf:load-op :FiveAM) +(asdf:oos 'asdf:load-op :fiveam) -(defpackage :it.bese.FiveAM.example +(defpackage :it.bese.fiveam.example (:use :common-lisp - :it.bese.FiveAM)) + :it.bese.fiveam)) -(in-package :it.bese.FiveAM.example) +(in-package :it.bese.fiveam.example) ;;;; First we need some functions to test.