Log In
source-git
/
augeas
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
591f9acf742bf65c71b2dbf0b515704c643fc10c
591f9acf742bf65c71b2dbf0b515704c643fc10c
tests
modules
pass_empty_regexp.aug
Fork and Edit
Blob
Blame
History
Raw
module Pass_empty_regexp = let l = [ del // "" . key /[a-z]+/ ] test l get "abc" = { "abc" }