Lines Matching refs:foo
6 ex1: "foo # bar"
7 ex2: "foo # bar" # comment
8 ex3: 'foo # bar' # comment
9 ex4: foo # comment
10 ex5: foo # comment with tab before
11 ex6: foo#foo # comment here
12 ex7: foo # ignore me # and me
14 …['ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo', 'ex5' => 'foo',…
20 foo:
23 bar: foo
27 ['foo' => ['bar' => 'foo']]
33 foo: # a comment
34 foo: bar # a comment
36 ['foo' => ['foo' => 'bar']]
42 foo: '#bar'
44 ['foo' => '#bar']
52 foo: bar # a comment
54 ['foo' => 'bar']
59 yaml: 'foo # comment: this is also part of the comment'
61 'foo'
66 yaml: 'foo#bar: baz'
68 ['foo#bar' => 'baz']
74 'foo #': baz
76 ['foo #' => 'baz']