test/testlib/N_.rb in gettext-2.1.0 vs test/testlib/N_.rb in gettext-2.2.0
- old
+ new
@@ -1,5 +1,7 @@
+# encoding: utf-8
+
require 'gettext'
include GetText
class TestRubyParser_N
bindtextdomain("testN_rubyparser", :path => "locale")
@@ -44,11 +46,11 @@
def testN_9
N_("d\"e\"f\"")
end
def testN_10
- N_("jjj") +
+ N_("jjj") +
N_("kkk")
end
def testN_11
N_("lll" + "mmm")
@@ -57,10 +59,10 @@
def testN_12
puts N_(msg), "ppp" #Ignored
end
def testN_13
- N_("nnn\n" +
+ N_("nnn\n" +
"ooo")
end
end
-
+