diff options
Diffstat (limited to '_test/data/spec-09-12.data')
-rw-r--r-- | _test/data/spec-09-12.data | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_test/data/spec-09-12.data b/_test/data/spec-09-12.data new file mode 100644 index 0000000..b9a3ac5 --- /dev/null +++ b/_test/data/spec-09-12.data @@ -0,0 +1,8 @@ +# Outside flow collection: +- ::std::vector +- Up, up, and away! +- -123 +# Inside flow collection: +- [ '::std::vector', + "Up, up, and away!", + -123 ] |