normalize sql carbon tag (#14445)

This commit is contained in:
Aditya Bist
2021-02-25 13:32:12 -08:00
committed by GitHub
parent b28e845506
commit 2a125ee43b
35 changed files with 57 additions and 57 deletions

View File

@@ -864,7 +864,7 @@ export class IssueReporter extends Disposable {
}
}
const queryStringPrefix = repositoryUrl && repositoryUrl.indexOf('?') === -1 ? '?' : '&'; // {{ SQL CARBON EDIT }}
const queryStringPrefix = repositoryUrl && repositoryUrl.indexOf('?') === -1 ? '?' : '&'; // {{SQL CARBON EDIT}}
return `${repositoryUrl}${queryStringPrefix}title=${encodeURIComponent(issueTitle)}`;
}

View File

@@ -80,7 +80,7 @@ OS version: undefined
<!-- generated by issue reporter -->`);
});
test.skip('serializes Linux environment information when data is provided', () => { //{{SQL CARBON EDIT}} skip test
test.skip('serializes Linux environment information when data is provided', () => { // {{SQL CARBON EDIT}} skip test
const issueReporterModel = new IssueReporterModel({
issueType: 0,
systemInfo: {
@@ -129,7 +129,7 @@ OS version: undefined
<!-- generated by issue reporter -->`);
});
test.skip('serializes remote information when data is provided', () => { //{{SQL CARBON EDIT}} skip test
test.skip('serializes remote information when data is provided', () => { // {{SQL CARBON EDIT}} skip test
const issueReporterModel = new IssueReporterModel({
issueType: 0,
systemInfo: {