Skip to content

Commit 3aa33aa

Browse files
committed
Simplify the test
1 parent e3bfec5 commit 3aa33aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference path="fourslash.ts"/>
2-
////export const strong: StrongParser = verify(fmap(build(() =>
3-
//// /*start*/surround('**', compress(some(union([inline]), '**')), '**')),/*end*/
4-
//// ns => [html('strong', ns)]
5-
////), ([el]) => hasTightStartText(el));
2+
////someCall(
3+
//// /*start*/"firstParameter",/*end*/
4+
//// "something else"
5+
////);
66

77
format.selection("start", "end");

0 commit comments

Comments
 (0)