From 8ad68ffdac4cb0d41beb888499f6fe7de61396a9 Mon Sep 17 00:00:00 2001 From: CrypticSwarm Date: Fri, 25 Feb 2011 20:18:56 -0600 Subject: [PATCH] Added examples that show the situations that are now allowed. Signed-off-by: Tj Holowaychuk --- examples/hash.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/hash.yml b/examples/hash.yml index beb4080..aeceb43 100644 --- a/examples/hash.yml +++ b/examples/hash.yml @@ -11,3 +11,8 @@ country: name: Österreich website: http://en.wikipedia.org/wiki/Austria + space: + description: space, the final frontier + brackets: + square: Square [brackets] can go in the middle of strings + squiggle: Squiggle {brackets} can also go in the middle of strings!