]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update cy.js 1671/head
authorryangreaves <ryangreaves@disqus.com>
Wed, 14 May 2014 16:40:51 +0000 (09:40 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 21 May 2014 07:23:45 +0000 (00:23 -0700)
test/lang/cy.js

index dec695e7a49d0292e074d2b42dee6cc748db49ab..56f1fbde1ca6de6a00f036251316e1b1e2a9477b 100644 (file)
@@ -177,7 +177,7 @@ exports["lang:cy"] = {
         test.expect(2);
 
         test.equal(moment(30000).from(0), "mewn ychydig eiliadau", "prefix");
-        test.equal(moment(0).from(30000), "ychydig eiliadau yn Ã l", "suffix");
+        test.equal(moment(0).from(30000), "ychydig eiliadau yn Ã´l", "suffix");
         test.done();
     },