Mercurial > hg-stable
comparison tests/test-check-code.t @ 23139:e53f6b72a0e4
spelling: fixes from proofreading of spell checker issues
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 17 Apr 2014 22:47:38 +0200 |
parents | c26464ce0781 |
children | 68633ff2b608 |
comparison
equal
deleted
inserted
replaced
23136:6eab50a34fed | 23139:e53f6b72a0e4 |
---|---|
259 > print _("map inside gettext %s" % v) | 259 > print _("map inside gettext %s" % v) |
260 > | 260 > |
261 > print _("concatenating " " by " " space %s" % v) | 261 > print _("concatenating " " by " " space %s" % v) |
262 > print _("concatenating " + " by " + " '+' %s" % v) | 262 > print _("concatenating " + " by " + " '+' %s" % v) |
263 > | 263 > |
264 > print _("maping operation in different line %s" | 264 > print _("mapping operation in different line %s" |
265 > % v) | 265 > % v) |
266 > | 266 > |
267 > print _( | 267 > print _( |
268 > "leading spaces inside of '(' %s" % v) | 268 > "leading spaces inside of '(' %s" % v) |
269 > EOF | 269 > EOF |
276 don't use % inside _() | 276 don't use % inside _() |
277 ./map-inside-gettext.py:4: | 277 ./map-inside-gettext.py:4: |
278 > print _("concatenating " + " by " + " '+' %s" % v) | 278 > print _("concatenating " + " by " + " '+' %s" % v) |
279 don't use % inside _() | 279 don't use % inside _() |
280 ./map-inside-gettext.py:6: | 280 ./map-inside-gettext.py:6: |
281 > print _("maping operation in different line %s" | 281 > print _("mapping operation in different line %s" |
282 don't use % inside _() | 282 don't use % inside _() |
283 ./map-inside-gettext.py:9: | 283 ./map-inside-gettext.py:9: |
284 > print _( | 284 > print _( |
285 don't use % inside _() | 285 don't use % inside _() |
286 [1] | 286 [1] |