mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Fix two tests
* `docCommentTemplateInSingleLineComment`: Accidentally dropped space, fixes #38651 * `codeFixCorrectReturnValue13`: Bogus test code copied
This commit is contained in:
parent
c52aee57c7
commit
073fb308bf
@ -12,7 +12,3 @@ verify.codeFixAvailable([
|
||||
{ description: ts.Diagnostics.Remove_braces_from_arrow_function_body.message },
|
||||
{ description: ts.Diagnostics.Remove_unused_label.message }
|
||||
]);
|
||||
|
||||
interface A {
|
||||
bar: string
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
// @Filename: justAComment.ts
|
||||
//// // We want to check off-by-one errors in assessing the end of the comment, so we check twice,
|
||||
//// // first with a trailing space and then without.
|
||||
//// // /*0*/
|
||||
//// // /*0*/
|
||||
//// // /*1*/
|
||||
//// // We also want to check EOF handling at the end of a comment
|
||||
//// // /*2*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user