Skip to content

Commit

Permalink
Rollup merge of #92238 - dtolnay:stringifytest, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Add a test suite for stringify macro

This attempts to cover the behavior of `stringify!` on various interpolated syntax tree nodes.

The pretty printer has a history of unsightly whitespace (double spaces, missing spaces, spaces where there shouldn't be spaces) — #91437, #91562, #91568. There are several such issues left; the test cases that I consider to be currently behaving incorrectly are marked with `// FIXME` in the PR.
  • Loading branch information
matthiaskrgr committed Dec 28, 2021
2 parents f1598ed + 55fc986 commit 0b0666e
Showing 1 changed file with 879 additions and 0 deletions.
Loading

0 comments on commit 0b0666e

Please sign in to comment.