Moving tests re: Sam
This commit is contained in:
parent
0f5f611f12
commit
1d19a844f4
|
@ -25,4 +25,8 @@
|
|||
|
||||
@cite[schelog]
|
||||
|
||||
@cite[(make-bib #:title "Look ma, no authors")]
|
||||
|
||||
@cite[(make-bib #:title "Look ma, no authors" #:author "And no date")]
|
||||
|
||||
@(gen)
|
||||
|
|
|
@ -3,9 +3,15 @@ al. 2010, part II) (Felleisen et al. 2010)
|
|||
|
||||
(Sitaram 1993)
|
||||
|
||||
(Look ma, no authors ???)
|
||||
|
||||
(date ???)
|
||||
|
||||
Bibliography
|
||||
|
||||
And no date. Look ma, no authors.
|
||||
Dorai Sitaram. Programming in Schelog. 1993.
|
||||
http://www.ccs.neu.edu/~dorai/schelog/schelog.html
|
||||
Look ma, no authors.
|
||||
Matthias Felleisen, Robert Bruce Findler, and Matthew Flatt. Semantics
|
||||
Engineering with PLT Redex. MIT Press, 2010.
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
#lang racket/base
|
||||
(require rackunit
|
||||
scribble/render
|
||||
scriblib/autobib)
|
||||
|
||||
(check-not-exn
|
||||
(λ ()
|
||||
(define-cite ~cite citet generate-bib)
|
||||
|
||||
(~cite (make-bib #:title "Test with nothing"))
|
||||
(generate-bib)))
|
||||
|
||||
(check-not-exn
|
||||
(λ ()
|
||||
(define-cite ~cite citet generate-bib)
|
||||
|
||||
(~cite (make-bib #:title "Test with nothing"
|
||||
#:author (author-name "Quick" "Checkerson")))
|
||||
(render (list (generate-bib))
|
||||
(list "test.scrbl"))))
|
Loading…
Reference in New Issue
Block a user