[macruby-changes] [3294] MacRuby/trunk/spec/frozen

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 18 17:55:58 PST 2010


Revision: 3294
          http://trac.macosforge.org/projects/ruby/changeset/3294
Author:   neeracher at apple.com
Date:     2010-01-18 17:55:56 -0800 (Mon, 18 Jan 2010)
Log Message:
-----------
Fix typo (picky, picky)

Modified Paths:
--------------
    MacRuby/trunk/spec/frozen/core/string/dump_spec.rb
    MacRuby/trunk/spec/frozen/tags/macruby/core/string/dump_tags.txt

Modified: MacRuby/trunk/spec/frozen/core/string/dump_spec.rb
===================================================================
--- MacRuby/trunk/spec/frozen/core/string/dump_spec.rb	2010-01-18 22:55:13 UTC (rev 3293)
+++ MacRuby/trunk/spec/frozen/core/string/dump_spec.rb	2010-01-19 01:55:56 UTC (rev 3294)
@@ -18,7 +18,7 @@
     end
     # This test is based on my observations; the precise workings of this
     # feature are unknown to me
-    it "includes .force_encoding(name) if the encoding isn't ASCII compatiable" do
+    it "includes .force_encoding(name) if the encoding isn't ASCII compatible" do
       "\u{876}".encode('utf-16be').dump.should == 
           "\"\\bv\".force_encoding(\"UTF-16BE\")"
       "\u{876}".encode('utf-16le').dump.should == 

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/string/dump_tags.txt
===================================================================
--- MacRuby/trunk/spec/frozen/tags/macruby/core/string/dump_tags.txt	2010-01-18 22:55:13 UTC (rev 3293)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/string/dump_tags.txt	2010-01-19 01:55:56 UTC (rev 3294)
@@ -1 +1 @@
-fails:String#dump includes .force_encoding(name) if the encoding isn't ASCII compatiable
+fails:String#dump includes .force_encoding(name) if the encoding isn't ASCII compatible
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100118/e022cc8e/attachment.html>


More information about the macruby-changes mailing list