Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Java Integration, Windows
-
Labels:None
-
Environment:jruby 1.7.0.dev (ruby-1.8.7-p357) (2012-04-10 36a6987) (Java HotSpot(TM) Client VM 1.6.0_26) [Windows 7-x86-java]
-
Testcase included:yes
-
Number of attachments :
Description
If you set the clipboard on windows to something like " assert_valid_name(name)\n raise unless value.is_a? Fixnum\n" (helper to set it: https://github.com/rdp/jruby-swing-helpers/blob/master/ruby_clip.rb)
then "paste" into a jruby console, it will not split the lines on the \n like it should.