Skip to content

Commit 0b7dd5a

Browse files
author
Andy
authored
Rename test baseline to be compatibile with windows (#18827)
1 parent 0ea7c61 commit 0b7dd5a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/harness/unittests/jsDocParsing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ namespace ts {
300300
* @property {number} age
301301
* @property {string} name
302302
*/`);
303-
parsesCorrectly("<> characters",
303+
parsesCorrectly("less-than and greater-than characters",
304304
`/**
305305
* @param x hi
306306
< > still part of the previous comment

0 commit comments

Comments
 (0)