Skip to content

Commit 7221317

Browse files
committed
Red: take into account extractor limit of 10 lines
references exercism#66
1 parent 4b1a78d commit 7221317

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: test/languages/red_test.rb

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def test_full_example
4040
function add100 [x [integer!]] [
4141
" this should not count as comment "
4242
{ and neither
43-
this }
44-
]
4543
CODE
4644

4745
assert_equal expected, ExtractSnippet.(code, :red)

0 commit comments

Comments
 (0)