[augeas-devel] [PATCH] entry_re is standard in php.aug

Raphael Pinson raphink at gmail.com
Fri Aug 29 12:47:50 UTC 2008


# HG changeset patch
# User Raphael Pinson <raphink at gmail.com>
# Date 1220014061 -7200
# Node ID f6b7eed4d4d2a1e9bb598146f13a1e6fff9f4a4b
# Parent  4b7d32ca0acbed6995bb4635bc49a0af01a715b6
entry_re is standard in php.aug

diff -r 4b7d32ca0acb -r f6b7eed4d4d2 lenses/php.aug
--- a/lenses/php.aug	Fri Aug 29 14:46:57 2008 +0200
+++ b/lenses/php.aug	Fri Aug 29 14:47:41 2008 +0200
@@ -21,8 +21,7 @@ let empty    = IniFile.empty
  * otherwise it would lead to an ambiguity with the "section" label
  * since PHP allows entries outside of sections.
  *************************************************************************)
-let entry_re = ( /[A-Za-z][A-Za-z0-9\._-]+/ )
-let entry    = IniFile.entry entry_re sep comment
+let entry    = IniFile.entry IniFile.entry_re sep comment
 
 
 (************************************************************************




More information about the augeas-devel mailing list