File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ bundle agent target(a)
1111
1212bundle agent helper
1313{
14- vars :
15- "x" string => mylib:target("arg");
14+ methods :
15+ "x" usebundle => mylib:target("arg");
1616}
Original file line number Diff line number Diff line change 11
2- vars :
3- "x" string => default:target("arg");
4- ^------------^
5- Error: Call to unknown function / bundle / body 'default:target' at tests/lint/008_namespace.x.cf:15:19
2+ methods :
3+ "x" usebundle => default:target("arg");
4+ ^------------^
5+ Error: Call to unknown function / bundle / body 'default:target' at tests/lint/008_namespace.x.cf:15:22
66FAIL: tests/lint/008_namespace.x.cf (1 error)
77Failure, 1 error in total.
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ bundle agent target(a)
1111
1212bundle agent helper
1313{
14- vars :
15- "x" string => default:target("arg");
14+ methods :
15+ "x" usebundle => default:target("arg");
1616}
You can’t perform that action at this time.
0 commit comments