diff options
Diffstat (limited to 'test.rb')
-rw-r--r-- | test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ require 'socket' sock = UDPSocket.new -sock.send "Foo/de]] xyz", 0, "127.0.0.1", 10010 +sock.send "Foo/de]] xyz UTF-8 test arrow → (should be single-char ->)", 0, "127.0.0.1", 10010 # vim: ft=rb sts=2 ts=2: |