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

Sanitize quotation marks read from CFN files #1399

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

mikhailshilkov
Copy link
Member

Replace unicode quotation marks U+201C and U+201D “” that we read from cloudformation files with canonical ones to avoid rendering issues in the docs.

Fix #1343

@mikhailshilkov mikhailshilkov added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Mar 8, 2024
Copy link
Contributor

github-actions bot commented Mar 8, 2024

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@mikhailshilkov mikhailshilkov force-pushed the mikhailshilkov/sanitize-quotation-marks branch from 3422426 to 1738d67 Compare March 8, 2024 22:46
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

Attention: Patch coverage is 54.54545% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 23.42%. Comparing base (7eefe7d) to head (1738d67).

Files Patch % Lines
provider/pkg/schema/gen.go 57.14% 3 Missing ⚠️
provider/cmd/pulumi-gen-aws-native/examples.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1399      +/-   ##
==========================================
+ Coverage   23.39%   23.42%   +0.03%     
==========================================
  Files          25       25              
  Lines        4236     4239       +3     
==========================================
+ Hits          991      993       +2     
- Misses       3082     3083       +1     
  Partials      163      163              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikhailshilkov mikhailshilkov merged commit 6d802c5 into master Mar 11, 2024
17 checks passed
@mikhailshilkov mikhailshilkov deleted the mikhailshilkov/sanitize-quotation-marks branch March 11, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API docs double-quote strings with Unicode curly quotation marks
2 participants