Add starting anchor
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
e8a143a738
commit
a7e23f42cf
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ fn map_lib_features(
|
|||
}
|
||||
|
||||
lazy_static::lazy_static! {
|
||||
static ref COMMENT_LINE: Regex = Regex::new(r"\s*//").unwrap();
|
||||
static ref COMMENT_LINE: Regex = Regex::new(r"^\s*//").unwrap();
|
||||
}
|
||||
// exclude commented out lines
|
||||
if COMMENT_LINE.is_match(line) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue