aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fabpot-yaml/test/fixtures/sfObjects.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fabpot-yaml/test/fixtures/sfObjects.yml')
-rw-r--r--lib/fabpot-yaml/test/fixtures/sfObjects.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/fabpot-yaml/test/fixtures/sfObjects.yml b/lib/fabpot-yaml/test/fixtures/sfObjects.yml
new file mode 100644
index 0000000..454ceae
--- /dev/null
+++ b/lib/fabpot-yaml/test/fixtures/sfObjects.yml
@@ -0,0 +1,11 @@
+--- %YAML:1.0
+test: Objects
+brief: >
+ Comments at the end of a line
+yaml: |
+ ex1: "foo # bar"
+ ex2: "foo # bar" # comment
+ ex3: 'foo # bar' # comment
+ ex4: foo # comment
+php: |
+ array('ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo')