From 989bfd791966c36b067389b88c9543d91d756f2b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 7 Dec 2016 08:35:56 -0500 Subject: [PATCH] Include an example of a %YAML tag --- examples/yaml-version.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/yaml-version.yaml 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] -- 2.45.0