adding the test case that exposes Whalesong's non-implementation of parsing inline variants

This commit is contained in:
Danny Yoo 2012-01-09 12:38:20 -05:00
parent 44a1dc3511
commit b266d489ab
4 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1 @@
2

View 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)

View File

@ -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")

View File

@ -7,4 +7,4 @@
(provide version)
(: version String)
(define version "1.104")
(define version "1.106")