Lines Matching refs:meta
11 let meta = test("#[foo]");
13 snapshot!(meta, @r###"
26 let meta = test("#[foo = 5]");
28 snapshot!(meta, @r###"
46 let meta = test("#[foo = true]");
48 snapshot!(meta, @r###"
65 let meta = test("#[foo = false]");
67 snapshot!(meta, @r###"
87 let meta = test("#[foo(5)]");
89 snapshot!(meta, @r###"
106 let meta = test("#[foo(bar)]");
108 snapshot!(meta, @r###"
125 let meta = test("#[foo(bar = 5)]");
127 snapshot!(meta, @r###"
144 let meta = test("#[foo(bar = true)]");
146 snapshot!(meta, @r###"
163 let meta = test("#[foo(word, name = 5, list(name2 = 6), word2)]");
165 snapshot!(meta, @r###"
182 let meta = test("#[foo(true)]");
184 snapshot!(meta, @r###"
201 let meta = test("#[form(min = -1, max = 200)]");
203 snapshot!(meta, @r###"
224 attr.meta