Version 1
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / badtag3.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag3.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag3.yml
new file mode 100644 (file)
index 0000000..72ec4e8
--- /dev/null
@@ -0,0 +1,6 @@
+services:
+    foo_service:
+        class:    FooClass
+        tags:
+          # tag-attribute is not a scalar
+          - { name: foo, bar: { foo: foo, bar: bar } }