Corrected source/syntax error
svn: r9475
This commit is contained in:
parent
00eb1303e4
commit
764ed78129
|
@ -103,11 +103,11 @@
|
|||
(let ([test-info (namespace-variable-value
|
||||
'test~object #f builder (current-namespace))])
|
||||
(when test-info
|
||||
(insert test-info
|
||||
(insert-test test-info
|
||||
(lambda ()
|
||||
(check-values-within
|
||||
(lambda () test) actual within
|
||||
(list #,@(list (syntax-source stx)
|
||||
(list #,@(list #`(quote #,(syntax-source stx))
|
||||
(syntax-line stx)
|
||||
(syntax-column stx)
|
||||
(syntax-position stx)
|
||||
|
@ -145,7 +145,7 @@
|
|||
(lambda ()
|
||||
(check-values-error
|
||||
(lambda () test) error
|
||||
(list #,@(list (syntax-source stx)
|
||||
(list #,@(list #`(quote #,(syntax-source stx))
|
||||
(syntax-line stx)
|
||||
(syntax-column stx)
|
||||
(syntax-position stx)
|
||||
|
|
Loading…
Reference in New Issue
Block a user