Sorry to push this back to you, but can you wrap this in enough of a 
functioning application that people can just run it?  For Windows
we have XP, Vista, 2000, and there are macs and linux platforms to
test, among those on the list, and then there are possibly 16, 32, and
64 bit systems. Using the same test on all machines
ensures the results are consistent....  The easier you make testing
the better coverage you get.
        Hugh

On Fri, 12 Jun 2009, dave wrote:

> here is the snippet of code.
> 
>       keypress do |key|
>         case key 
> 
> #only enter key (that's above the right hand shift) key works!!!
>         when :enter, '\n'    
>           what_has_data
> 
> #uncomment the 2 lines below, (remove the comma and '\n' above) and I at 
> least 
> #get the response expected
> #        when "\n"
> #       what_has_data
>         
>       end  
> 
> now if i changed the '\n' for a "\n" or the \ for a / ONLY 1 of the 2 enter 
> keys works (you may have return and an enter on your keyboard).
> 
> Dave.
> 

Reply via email to