-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync: change
description
arrow (#351)
With commit aa23b4d (#301), `configlet sync` writes a fuller `description` value to `tests.toml`, using a `→` arrow to indicate nesting. However, the `→` symbol (Rightwards Arrow U+2192) doesn't always render well. A symbol like `🡲` (Wide-Headed Rightwards Medium Barb Arrow U+1F872) can render better in the good case, but I easily found places where it renders worse in the bad case. Let's just go with `->` for now. There's an argument that `->` is more likely to appear in a `description` in a `canonical-data.json`, but that'd still look strange even if we use a different arrow to indicate nesting.
- Loading branch information
Showing
2 changed files
with
35 additions
and
35 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