From: Alex Gaynor Date: Wed, 7 Dec 2016 13:35:56 +0000 (-0500) Subject: Include an example of a %YAML tag X-Git-Tag: upstream/0.2.1^2~45 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/989bfd791966c36b067389b88c9543d91d756f2b Include an example of a %YAML tag --- 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]