Skip to content

Commit

Permalink
Update language-test.rkt to match racket/htdp#229.
Browse files Browse the repository at this point in the history
  • Loading branch information
shhyou committed Nov 1, 2024
1 parent 98d7134 commit 404c34a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drracket-test/tests/drracket/language-test.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -1326,8 +1326,8 @@ the settings above should match r5rs
(test-undefined-fn "(print (floor (sqrt 2)))" "print")

(test-expression "(let ([f (lambda (x) x)]) f)"
"(lambda (a1) ...)"
"(lambda (a1) ...)")
"f"
"f")
(test-expression ",1"
"unquote: misuse of a comma or unquote, not under a quasiquoting backquote")

Expand Down Expand Up @@ -1503,8 +1503,8 @@ the settings above should match r5rs
(test-expression "(print (floor (sqrt 2)))" "#i1.0")

(test-expression "(let ([f (lambda (x) x)]) f)"
"(lambda (a1) ...)"
"(lambda (a1) ...)")
"f"
"f")
(test-expression ",1"
"unquote: misuse of a comma or unquote, not under a quasiquoting backquote")

Expand Down

0 comments on commit 404c34a

Please sign in to comment.