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 f67c733 commit fe9ed57Copy full SHA for fe9ed57
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