Skip to content

Commit

Permalink
add line numbers to the program
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Jul 5, 2021
1 parent bbdb15a commit 4d03ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/assertion_helper_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module DEBUGGER__
class AssertLineTextTest < TestCase
def program
<<~RUBY
a = 1
1| a = 1
RUBY
end

Expand Down
2 changes: 1 addition & 1 deletion test/test_utils_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module DEBUGGER__
class PseudoTerminalTest < TestCase
def program
<<~RUBY
a = 1
1| a = 1
RUBY
end

Expand Down

0 comments on commit 4d03ce0

Please sign in to comment.