aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/bmpchars.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/bmpchars.yaml')
-rw-r--r--src/ext_depends/D-YAML/test/bmpchars.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/bmpchars.yaml b/src/ext_depends/D-YAML/test/bmpchars.yaml
new file mode 100644
index 0000000..ab0a755
--- /dev/null
+++ b/src/ext_depends/D-YAML/test/bmpchars.yaml
@@ -0,0 +1,30 @@
+%YAML 1.1
+---
+- name: bmpchars
+ yaml: "a: \U00012157"
+ tree: |
+ +STR
+ +DOC
+ +MAP
+ =VAL :a
+ =VAL :ð’…—
+ -MAP
+ -DOC
+ -STR
+- name: bmpchars-canonical
+ yaml: |
+ %YAML 1.1
+ ---
+ !!map {
+ ? !!str "a"
+ : !!str "\U00012157"
+ }
+ tree: |
+ +STR
+ +DOC ---
+ +MAP {} <tag:yaml.org,2002:map>
+ =VAL <tag:yaml.org,2002:str> "a
+ =VAL <tag:yaml.org,2002:str> "ð’…—
+ -MAP
+ -DOC
+ -STR