#208: regexp doesn't work if the string has newlines
-----------------------+----------------------------------------------------
Reporter: rgevaert | Owner: lutter
Type: defect | Status: closed
Priority: major | Milestone: next
Component: Augeas | Version: 0.8.0
Resolution: fixed | Keywords:
-----------------------+----------------------------------------------------
Changes (by lutter):
* status: new => closed
* resolution: => fixed
Comment:
The regexp isn't quite right - just as in the rest of Augeas, '.' does not
match newlines; to also match newlines, you have to write '(.|\n)'
Unfortunately, there was also a bug in that escape sequences weren't
interpreted. I just pushed a fix for that as commit f3bf6990
--
Ticket URL: <https://fedorahosted.org/augeas/ticket/208#comment:1>
Augeas <http://augeas.net/>
a configuration API
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel