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.
1 parent a1562a1 commit 1280fd4Copy full SHA for 1280fd4
lib/ruby-debug-ide/commands/expression_info.rb
@@ -9,7 +9,7 @@ def regexp
9
end
10
11
def execute
12
- string_to_parse = Command.unescape_incoming(@match.post_match) + " \n\n\n"
+ string_to_parse = Command.unescape_incoming(@match.post_match) + " \n \n\n"
13
total_lines = string_to_parse.count("\n") + 1
14
15
lexer = RubyLex.new
0 commit comments