Skip to content

Commit 0c374d9

Browse files
committed
Red: extractor will clear trailing whitespace
references exercism#65
1 parent 7221317 commit 0c374d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/languages/red_test.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ def test_full_example
3030
CODE
3131

3232
expected = <<~CODE
33-
x: 1
33+
x: 1
3434
y: 11
35-
x: 2
36-
x: 3
35+
x: 2
36+
x: 3
3737
3838
print "no comments!"
3939

0 commit comments

Comments
 (0)