Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape sequences and abbreviations in character data #563

Open
krlmlr opened this issue Jun 30, 2022 · 0 comments
Open

Escape sequences and abbreviations in character data #563

krlmlr opened this issue Jun 30, 2022 · 0 comments
Milestone

Comments

@krlmlr
Copy link
Member

krlmlr commented Jun 30, 2022

pillar::pillar(" 1234567890 ", width = 8)
#> <pillar>
#> <chr>   
#> " 12345…
pillar::pillar(" 1234\n", width = 8)
#> <pillar>
#> <chr>   
#> " 1234\…

Created on 2022-06-30 by the reprex package (v2.0.1)

Also, it's worth highlighting escape sequences in red.

Extract from #235.

@krlmlr krlmlr added this to the 1.7.0 milestone Jun 30, 2022
@krlmlr krlmlr modified the milestones: 1.7.0, 1.8.0, 1.9.0 Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant