-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pprint support: Fix querying middleware The pprint support erroneously used the value of the middleware as the map to look into. Also, it seems that the type of the middleware is a string, not a symbol. This fixes sthis by swapping the argument order and changing the pretty printer lookup up to use string keys. * pprint support: wrap pprint to not use *out* * pprint: Add test * Test different pprint middleware settings
- Loading branch information
1 parent
a1f69fd
commit 150fe66
Showing
2 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters