generated from jackfirth/racket-package-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
new lintIssues suggesting new lints or pull requests implementing new lintsIssues suggesting new lints or pull requests implementing new lints
Description
Here's something Resyntax ought to fix:
#lang resyntax/private/refactoring-test
test: "should replace quasiquote with append when equivalent"
--------------------
#lang racket
`(,@(mapping-get chunks id) ,@exprs)
--------------------
--------------------
#lang racket
(append (mapping-get chunks id) exprs)
--------------------
Found in racket/scribble#441.
Metadata
Metadata
Assignees
Labels
new lintIssues suggesting new lints or pull requests implementing new lintsIssues suggesting new lints or pull requests implementing new lints