File tree 3 files changed +6
-0
lines changed 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ${comment.line} @lc app=${app} id=${fid} lang=${lang}
3
3
${ comment.line}
4
4
${ comment.line} [${ fid} ] ${ name}
5
5
${ comment.end}
6
+
6
7
${ comment.singleLine} @lc code=start
7
8
${ code}
8
9
${ comment.singleLine} @lc code=end
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ ${comment.line} Testcase Example: ${testcase}
15
15
${ comment.line}
16
16
{ { desc.forEach(function(x) { } }${ comment.line} ${ x}
17
17
{ { } ) }}${ comment.end}
18
+
18
19
${ comment.singleLine} @lc code=start
19
20
${ code}
20
21
${ comment.singleLine} @lc code=end
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ describe('core', function() {
159
159
' *' ,
160
160
' * [2] Add Two Numbers' ,
161
161
' */' ,
162
+ '' ,
162
163
'// @lc code=start' ,
163
164
'/**' ,
164
165
' * Definition for singly-linked list.' ,
@@ -196,6 +197,7 @@ describe('core', function() {
196
197
' *' ,
197
198
' * [2] Add Two Numbers' ,
198
199
' */' ,
200
+ '' ,
199
201
'// @lc code=start' ,
200
202
'/**' ,
201
203
' * Definition for singly-linked list.' ,
@@ -250,6 +252,7 @@ describe('core', function() {
250
252
' * Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)' ,
251
253
' * Output: 7 -> 0 -> 8' ,
252
254
' */' ,
255
+ '' ,
253
256
'// @lc code=start' ,
254
257
'/**' ,
255
258
' * Definition for singly-linked list.' ,
@@ -304,6 +307,7 @@ describe('core', function() {
304
307
'# Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)' ,
305
308
'# Output: 7 -> 0 -> 8' ,
306
309
'#' ,
310
+ '' ,
307
311
'# @lc code=start' ,
308
312
'# Definition for singly-linked list.' ,
309
313
'# class ListNode' ,
You can’t perform that action at this time.
0 commit comments