test/data/annotate.right in ruby-debug-0.10.3 vs test/data/annotate.right in ruby-debug-0.10.4
- old
+ new
@@ -29,11 +29,11 @@
source gcd.rb:6
if a > b
# # "break" should trigger break annotation
# break 10
-Breakpoint 1 file ./gcd.rb, line 10
+Breakpoint 1 file gcd.rb, line 10
breakpoints
Num Enb What
1 y at gcd.rb:10
# # "delete" should trigger break annotation
@@ -54,11 +54,11 @@
variables
self = main
# # "b" should trigger like "break"
# b 12
-Breakpoint 2 file ./gcd.rb, line 12
+Breakpoint 2 file gcd.rb, line 12
breakpoints
Num Enb What
2 y at gcd.rb:12
# # "display" should trigger display annotation
@@ -134,6 +134,6 @@
2 y at gcd.rb:12
3 y at bogus:5
display
-# quit
+# quit!