8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 050259d + 4982353 commit 2cd9459Copy full SHA for 2cd9459
test/unit/debug.rb
@@ -24,7 +24,8 @@ def test_creation
24
[" \n", :space],
25
["[]", :method],
26
[:end_line, :head],
27
- ].flatten
+ ]
28
+ TEST_INPUT.flatten!
29
TEST_OUTPUT = <<-'DEBUG'.chomp
30
integer(10)operator((\\\))string<content(test)>head[
31
test/unit/statistic.rb
[:end_line, :test],
TEST_OUTPUT = <<-'DEBUG'
Code Statistics
@@ -56,4 +57,4 @@ def test_filtering_text_tokens
56
57
assert_equal TEST_OUTPUT, TEST_INPUT.statistic
58
end
59
-end
60
+end
0 commit comments