test/data/frame.right in ruby-debug-0.10.3 vs test/data/frame.right in ruby-debug-0.10.4
- old
+ new
@@ -25,11 +25,11 @@
# down
#0 Object.gcd(a#Fixnum, b#Fixnum) at line gcd.rb:6
# where
--> #0 Object.gcd(a#Fixnum, b#Fixnum) at line gcd.rb:6
#1 at line gcd.rb:18
-# frame 0
+# frame
#0 Object.gcd(a#Fixnum, b#Fixnum) at line gcd.rb:6
# where
--> #0 Object.gcd(a#Fixnum, b#Fixnum) at line gcd.rb:6
#1 at line gcd.rb:18
# frame -1
@@ -50,6 +50,17 @@
# frame 0 thread 3
*** Thread 3 doesn't exist.
# frame 0 thread 1
#0 Object.gcd(a#Fixnum, b#Fixnum) at line gcd.rb:6
# # finish
+# # See that we don't match more than 'down' or 'up' when used as a variable.
+# set autoeval on
+autoeval is on.
+# download = 1
+1
+# download
+1
+# upload = 'hey'
+"hey"
+# upload
+"hey"
# quit