diff options
| author | Peter Murphy <peterkmurphy@gmail.com> | 2017-05-08 16:39:26 +1000 |
|---|---|---|
| committer | Ingy dรถt Net <ingy@ingy.net> | 2019-03-14 09:54:23 -0700 |
| commit | 3a1452ca7ee29d7c1ee3270c277425cb5a0d1c33 (patch) | |
| tree | f30e257fc7a63263c616206d9ff10c991962ed4c | |
| parent | e471e86bf6dabdad45a1438c20a4a5c033eb9034 (diff) | |
| download | pyyaml-git-pr65-rebase.tar.gz | |
Support unicode literals over codepoint 0xffffpr65-rebase
Fixes #25. Rebase and tidy up of #63.
| -rw-r--r-- | tests/data/emoticons.unicode | 10 | ||||
| -rw-r--r-- | tests/data/emoticons2.unicode | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/emoticons.unicode b/tests/data/emoticons.unicode new file mode 100644 index 0000000..6bcdb69 --- /dev/null +++ b/tests/data/emoticons.unicode @@ -0,0 +1,10 @@ +๐๐๐๐๐๐
๐๐ +๐๐๐๐๐๐๐๐ +๐๐๐๐๐๐๐๐ +๐๐๐๐๐๐๐๐ +๐ ๐ก๐ข๐ฃ๐ค๐ฅ๐ฆ๐ง +๐จ๐ฉ๐ช๐ซ๐ฌ๐ญ๐ฎ๐ฏ +๐ฐ๐ฑ๐ฒ๐ณ๐ด๐ต๐ถ๐ท +๐ธ๐น๐บ๐ป๐ผ๐ฝ๐พ๐ฟ +๐๐๐๐๐๐
๐๐ +๐๐๐๐๐๐๐๐ diff --git a/tests/data/emoticons2.unicode b/tests/data/emoticons2.unicode new file mode 100644 index 0000000..b41d3db --- /dev/null +++ b/tests/data/emoticons2.unicode @@ -0,0 +1 @@ +๐ |
