-
Notifications
You must be signed in to change notification settings - Fork 162
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
Apostrophe in shortcut name field breaking packaging. #760
Comments
I can repro the issue. Here's the relevant bit of the issue:
The issue is in |
I created #761 with a fix. |
Thanks for fixing this so quickly. Out of curiosity, what's the release schedule for these fixes? |
We don't have a release schedule and have been releasing "as needed". This is now on v1.19.1. Do let us know if working for you, as there have been changes within the SVG support (should work more widely) |
Describe the bug
One of our users over at PWABuilder was attempting to package their site: https://www.lagendanews.com/. In their manifest they have inside of their shortcuts field
"name": "L'Agenda N"
however, in the bubblewrap service this becomesname:'L'Agenda N'
which is breaking due to the single tick inside the name string.Should we advise them to not using ticks in their string or is this a bug?
To Reproduce
Steps to reproduce the behavior:
You can use the bubblewrap cli with the manifest url https://www.lagendanews.com/superpwa-manifest.json with default options, should fail at the
bubblewrap build
stepExpected behavior
Expected this character to be escaped or something like that in order to allow packaging
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Associated PWABuilder issue: pwa-builder/PWABuilder#3817
The text was updated successfully, but these errors were encountered: