Skip to content

Commit

Permalink
Shorten test case in code block test
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u committed Jan 11, 2024
1 parent afde460 commit 10232eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/_dogfooding/_pages tests/code-block-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,6 @@ Function Factorial(ByVal n As Long) As Long
End If
'highlight-next-line
Factorial = 1 ' return value
If n < 2 Then
Exit Function
End If
Dim i As Long
' highlight-start
For i = 2 To n
Expand Down

0 comments on commit 10232eb

Please sign in to comment.