Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 13, 2024
1 parent 46802ac commit 1e3e237
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export function urlToHttpOptions(url: URL): {
```typescript
export class URLSearchParams {
constructor(
init?: string | string[][] | Record<string, string> | URLSearchParams
init?: string | string[``][] | Record<string, string> | URLSearchParams
);

// properties
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ them available through env variables:
the E2E tests.

```shell
$(aws cloudformation describe-stacks --stack-name LLRTReleaseIntegTestResourcesStack --query "Stacks[*].Outputs[*].{OutputKey: OutputKey, OutputValue: OutputValue}" | jq -r '.[0][] | "export \(.OutputKey|gsub("(?<x>(?!^)|\b[a-zA-Z][a-z]*)(?<y>[A-Z][a-z]*|\\d+)";"\(.x)_\(.y)")| ascii_upcase )=\(.OutputValue)"')
$(aws cloudformation describe-stacks --stack-name LLRTReleaseIntegTestResourcesStack --query "Stacks[*].Outputs[*].{OutputKey: OutputKey, OutputValue: OutputValue}" | jq -r '.[0][] | "export \(.OutputKey|gsub("(?<x>(?!^)|\b[a-zA-Z][a-z]*)(?<y>[`A-Z`][a-z]*|\\d+)";"\(.x)_\(.y)")| ascii_upcase )=\(.OutputValue)"')
```

If `jq` is not available, look at the CloudFormation `Outputs` and manually
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/web-platform-tests/url/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ coverage here are welcome.)

## Specification

The tests in this directory assert conformance with [the URL Standard][URL].
The tests in this directory assert conformance with [`the URL Standard`][URL].

[parsing]: https://url.spec.whatwg.org/#concept-basic-url-parser
[API]: https://url.spec.whatwg.org/#api
Expand Down

0 comments on commit 1e3e237

Please sign in to comment.