calvincannon / cfeditor

Automatically exported from code.google.com/p/cfeditor
0 stars 0 forks source link

select_line_matching given an error in 'body location', but is valid cfengine #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a simple .cf file
2. Put this in it:

body location myloc(b)
{
    before_after => "after";
    select_line_matching => "$(b)";
}

What is the expected output? What do you see instead?
Cfeditor gives an error. It should be fine (see also: 
http://www.cfengine.org/manuals/cf3-reference.html and search for myloc)

What version of the product are you using? On what operating system?
Windows &, downloaded 0.2 this weekend

Original issue reported on code.google.com by rob.aude...@gmail.com on 9 May 2011 at 9:52

GoogleCodeExporter commented 8 years ago
select_line_matching and other cf3 syntax should be observed for current cf3 
version. 

Original comment by olegdulov on 14 May 2012 at 2:35