TypeScript/tests/cases/fourslash/todoComments12.ts

6 lines
125 B
TypeScript
Raw Normal View History

2014-08-15 23:47:10 +02:00
//// /*
//// [|TODO(jason) 1|]
//// [|HACK 2|]
//// */
2014-09-13 02:25:00 +02:00
2014-08-15 23:47:10 +02:00
verify.todoCommentsInCurrentFile(["HACK", "TODO(jason)"]);