Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed Oct 5, 2013
2 parents 17c841e + be2a818 commit f050096
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ php:

before_script:
- composer install --dev
- patch vendor/twitter/twitter-text-conformance/validate.yml < validate.yml.patch

script:
- phpunit
13 changes: 13 additions & 0 deletions validate.yml.patch
@@ -0,0 +1,13 @@
--- vendor/twitter/twitter-text-conformance/validate.yml 2013-07-04 11:15:55.000000000 +0900
+++ validate.yml.travis 2013-10-05 17:14:25.000000000 +0900
@@ -227,10 +227,6 @@
text: "Test http://test.com test http://test.com test.com test"
expected: 83

- - description: "Count unicode chars outside the basic multilingual plane (double word)"
- text: "𐀀􏿿"
- expected: 2
-
- description: "Count unicode chars inside the basic multilingual plane"
text: "저찀쯿쿿"
expected: 4

0 comments on commit f050096

Please sign in to comment.