adding the test case that exposes Whalesong's non-implementation of parsing inline variants
This commit is contained in:
parent
44a1dc3511
commit
b266d489ab
1
tests/more-tests/simple.expected
Normal file
1
tests/more-tests/simple.expected
Normal file
|
@ -0,0 +1 @@
|
|||
2
|
5
tests/more-tests/simple.rkt
Normal file
5
tests/more-tests/simple.rkt
Normal file
|
@ -0,0 +1,5 @@
|
|||
#lang planet dyoo/whalesong
|
||||
;; This should invoke the use of inline-variant from 5.2.1
|
||||
(provide f)
|
||||
(define (f x) x)
|
||||
(f 2)
|
|
@ -6,6 +6,7 @@
|
|||
;; content vs. a text file with the same name, but with the .rkt file
|
||||
;; type replaced with .expected.
|
||||
|
||||
(test "more-tests/simple.rkt")
|
||||
(test "more-tests/booleans.rkt")
|
||||
(test "more-tests/checking.rkt")
|
||||
(test "more-tests/string-tests.rkt")
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
(provide version)
|
||||
(: version String)
|
||||
|
||||
(define version "1.104")
|
||||
(define version "1.106")
|
||||
|
|
Loading…
Reference in New Issue
Block a user