Compatibility with Racket 7: adjusted test
This commit is contained in:
parent
de0bf3a3b1
commit
4d5c43ada4
|
@ -888,7 +888,7 @@
|
||||||
;; sublist of wᵢ element is missing, so it does not really have a meaningful
|
;; sublist of wᵢ element is missing, so it does not really have a meaningful
|
||||||
;; length for the ...
|
;; length for the ...
|
||||||
(check-exn
|
(check-exn
|
||||||
#rx"attribute contains non-syntax value.*#f"
|
#rx"attribute contains non-(syntax|list) value.*#f"
|
||||||
(λ ()
|
(λ ()
|
||||||
(convert-compile-time-error
|
(convert-compile-time-error
|
||||||
(check-equal? (syntax->datum
|
(check-equal? (syntax->datum
|
||||||
|
@ -944,7 +944,7 @@
|
||||||
;; sublist of wᵢ element is missing, so it does not really have a meaningful
|
;; sublist of wᵢ element is missing, so it does not really have a meaningful
|
||||||
;; length for the ...
|
;; length for the ...
|
||||||
(check-exn
|
(check-exn
|
||||||
#rx"attribute contains non-syntax value.*#f"
|
#rx"attribute contains non-(syntax|list) value.*#f"
|
||||||
(λ ()
|
(λ ()
|
||||||
(convert-compile-time-error
|
(convert-compile-time-error
|
||||||
(check-equal? (syntax->datum
|
(check-equal? (syntax->datum
|
||||||
|
@ -965,7 +965,7 @@
|
||||||
;; sublist of wᵢ element is missing, so it does not really have a meaningful
|
;; sublist of wᵢ element is missing, so it does not really have a meaningful
|
||||||
;; length for the ...
|
;; length for the ...
|
||||||
(check-exn
|
(check-exn
|
||||||
#rx"attribute contains non-syntax value.*#f"
|
#rx"attribute contains non-(syntax|list) value.*#f"
|
||||||
(λ ()
|
(λ ()
|
||||||
(convert-compile-time-error
|
(convert-compile-time-error
|
||||||
(check-equal? (syntax->datum
|
(check-equal? (syntax->datum
|
||||||
|
@ -985,7 +985,7 @@
|
||||||
;; sublist of wᵢ element is missing, so it does not really have a meaningful
|
;; sublist of wᵢ element is missing, so it does not really have a meaningful
|
||||||
;; length for the ...
|
;; length for the ...
|
||||||
(check-exn
|
(check-exn
|
||||||
#rx"attribute contains non-syntax value.*#f"
|
#rx"attribute contains non-(syntax|list) value.*#f"
|
||||||
(λ ()
|
(λ ()
|
||||||
(convert-compile-time-error
|
(convert-compile-time-error
|
||||||
(check-equal? (syntax->datum
|
(check-equal? (syntax->datum
|
||||||
|
|
Loading…
Reference in New Issue
Block a user