Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
compiled/
doc/
*~
*.backup
# These only come up if you generate the scribble docs manually, instead of
# through `raco setup`. But we exclude them anyway to help newcomers (and
# Copilot) avoid accidentally committing rendered documentation files.
Expand Down
2 changes: 1 addition & 1 deletion private/syntax-movement.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@

; void
(syntax-path (list 3 0))
(sorted-set (syntax-path (list 3 2 (tail-syntax 1) 0)) #:comparator syntax-path<=>)))
(sorted-set (syntax-path (list 3 2 1)) #:comparator syntax-path<=>)))

(check-equal? table expected-table)))
Loading