# What version of Racket are you using? 8.0 [cs] # What should have happened? When running this program in DrRacket: ```scheme #lang racket/base (require fancy-app) (+ 1 2 . 3) ``` The syntax error should highlight the `(+ 1 2 . 3)` expression. # What did happen? An internal error was raised, and the source location points at the internals of `syntax-parse`: > .../private/map.rkt:40:19: minimatch: match at #<path:/Applications/Racket v8.0/collects/syntax/parse/private/runtime-report.rkt>:74:2 failed: #t