We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed56b5d commit e28e1b3Copy full SHA for e28e1b3
test/integration/style-spec/validate_spec.test.ts
@@ -52,7 +52,7 @@ describe('Validate sdk-support in spec', () => {
52
expect(platformSupport[platform]).toBeTruthy();
53
54
const maplibreIssue =
55
- /https:\/\/github.com\/maplibre\/[^/]+\/issues\/(\d+)/;
+ /https:\/\/github.com\/maplibre\/[^/]+\/issues\/(\d+)/;
56
const version = /^\d+\.\d+\.\d+$/;
57
const values = new Set(['supported', 'wontfix']);
58
0 commit comments