~ubuntu-branches/ubuntu/vivid/ruby-stringex/vivid-proposed

« back to all changes in this revision

Viewing changes to test/unit/localization/da_test.rb

  • Committer: Package Import Robot
  • Author(s): Youhei SASAKI
  • Date: 2014-05-30 01:15:06 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140530011506-gqmvsja16gwyevdv
Tags: 2.5.2-1
* Imported Upstream version 2.5.2
* Drop obsolete patches
* Update test path: follow upstream changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    "100%" => "100 procent",
25
25
    "cost+tax" => "cost plus tax",
26
26
    "batman/robin fan fiction" => "batman skråstreg robin fan fiction",
27
 
    "dial *69" => "dial stjerne 69"
28
 
    # " i leave whitespace on ends unchanged " => " i leave whitespace on ends unchanged "
 
27
    "dial *69" => "dial stjerne 69",
 
28
    " i leave whitespace on ends unchanged " => " i leave whitespace on ends unchanged "
29
29
  }.each do |original, converted|
30
30
    define_method "test_character_conversion: '#{original}'" do
31
31
      assert_equal converted, original.convert_miscellaneous_characters