summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-12-07 08:35:56 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-12-07 18:46:17 -0600
commit989bfd791966c36b067389b88c9543d91d756f2b (patch)
tree7a43c3cdbeb79f0cdc4d547b03a7564afc154178 /examples
parentef55068d8ea6f9b6003af28faea8e8606a3c1215 (diff)
downloadlibyaml-git-989bfd791966c36b067389b88c9543d91d756f2b.tar.gz
Include an example of a %YAML tag
Diffstat (limited to 'examples')
-rw-r--r--examples/yaml-version.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/yaml-version.yaml b/examples/yaml-version.yaml
new file mode 100644
index 0000000..122b508
--- /dev/null
+++ b/examples/yaml-version.yaml
@@ -0,0 +1,3 @@
+%YAML 1.1
+---
+[1, 2, 3]