diff options
author | Julien Viard de Galbert <julien@vdg.blogsite.org> | 2013-10-11 20:47:25 +0200 |
---|---|---|
committer | Julien Viard de Galbert <julien@vdg.blogsite.org> | 2013-10-11 20:47:25 +0200 |
commit | a668c945f46275efa99ba5d4df88fc246e5cbaf7 (patch) | |
tree | 062f08c4c9ec01a1b29231cdfdfde069a978dee1 | |
parent | 2a1158826fe662c8412af38c094d743a3b81fba4 (diff) |
Fix ruby doc generation.
Removing UTF8 unbreakable space from ruby file fixed it!
-rwxr-xr-x | test/tc_rules.rb | 6 | ||||
-rwxr-xr-x | test/tc_system.rb | 6 | ||||
-rwxr-xr-x | test/tc_tcp.rb | 6 | ||||
-rwxr-xr-x | test/tc_udp.rb | 8 | ||||
-rw-r--r-- | test/test_helper.rb | 6 | ||||
-rwxr-xr-x | test/ts_full.rb | 6 |
6 files changed, 19 insertions, 19 deletions
diff --git a/test/tc_rules.rb b/test/tc_rules.rb index a4ef6de..730ce9e 100755 --- a/test/tc_rules.rb +++ b/test/tc_rules.rb @@ -6,12 +6,12 @@ # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software diff --git a/test/tc_system.rb b/test/tc_system.rb index 5a1de0f..410c6ff 100755 --- a/test/tc_system.rb +++ b/test/tc_system.rb @@ -6,12 +6,12 @@ # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software diff --git a/test/tc_tcp.rb b/test/tc_tcp.rb index 061a898..eb3e7b7 100755 --- a/test/tc_tcp.rb +++ b/test/tc_tcp.rb @@ -6,12 +6,12 @@ # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software diff --git a/test/tc_udp.rb b/test/tc_udp.rb index 5378d68..a660b65 100755 --- a/test/tc_udp.rb +++ b/test/tc_udp.rb @@ -7,12 +7,12 @@ # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software @@ -150,6 +150,6 @@ end # inspired by http://www.ruby-forum.com/topic/204730. #TC_UDPTest6=Class.new(TC_UDPTest) #TC_UDPTest6.const_set(:SERVER, LH_IPv6) -# for some reasons UDPSocket.connect fails with IPv6 addr :( +# for some reasons UDPSocket.connect fails with IPv6 addr :( # vim:sw=2:sta:et: diff --git a/test/test_helper.rb b/test/test_helper.rb index bd4adfe..38e4df9 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -6,12 +6,12 @@ # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software diff --git a/test/ts_full.rb b/test/ts_full.rb index 23825c1..fd7c61b 100755 --- a/test/ts_full.rb +++ b/test/ts_full.rb @@ -6,12 +6,12 @@ # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software |