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

Fix hover with escaped chars in published doclink #11365

Merged
merged 2 commits into from Jul 26, 2023

Conversation

StephenWeatherford
Copy link
Contributor

@StephenWeatherford StephenWeatherford commented Jul 26, 2023

Fixes #10567

Microsoft Reviewers: codeflow:open?pullrequest=https://github.com/Azure/bicep/pull/11365&drop=dogfoodAlpha

@github-actions
Copy link
Contributor

github-actions bot commented Jul 26, 2023

Test Results (osx-x64)

       33 files  ±0         33 suites  ±0   1h 26m 15s ⏱️ - 11m 39s
10 173 tests ±0  10 173 ✔️ ±0  0 💤 ±0  0 ±0 
12 389 runs  ±0  12 389 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 28d6817. ± Comparison against base commit 40f3880.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 26, 2023

Test Results (win-x64)

       33 files  ±0         33 suites  ±0   36m 27s ⏱️ + 1m 2s
10 181 tests ±0  10 181 ✔️ ±0  0 💤 ±0  0 ±0 
12 396 runs  ±0  12 396 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 28d6817. ± Comparison against base commit 40f3880.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 26, 2023

Test Results (linux-x64)

       33 files  ±0         33 suites  ±0   34m 35s ⏱️ + 1m 13s
10 169 tests ±0  10 169 ✔️ ±0  0 💤 ±0  0 ±0 
12 385 runs  ±0  12 385 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 28d6817. ± Comparison against base commit 40f3880.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 26, 2023

Test Results (linux-musl-x64)

       33 files  ±0         33 suites  ±0   32m 38s ⏱️ + 1m 19s
10 169 tests ±0  10 169 ✔️ ±0  0 💤 ±0  0 ±0 
12 385 runs  ±0  12 385 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 28d6817. ± Comparison against base commit 40f3880.

♻️ This comment has been updated with latest results.

Copy link
Member

@majastrz majastrz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@StephenWeatherford StephenWeatherford merged commit c0e9bd8 into main Jul 26, 2023
52 checks passed
@StephenWeatherford StephenWeatherford deleted the sw/10567-space-in-doclink branch July 26, 2023 14:28
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

Successfully merging this pull request may close these issues.

Using a %20 (space) in documentationUri will not produce a link when hoovering over the module
2 participants