===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
reflex-0.3.0/README.md-295-1. Run reflex in the most specific directory possible. Don't run
reflex-0.3.0/README.md:296:   `reflex -g path/to/project/*.c ...` from `$HOME`; instead run reflex in
reflex-0.3.0/README.md-297-   `path/to/project`.
##############################################
reflex-0.3.0/match_test.go-66-		{`foo\b`, "foo", false},
reflex-0.3.0/match_test.go:67:		{`(foo\b)|(baz$)`, "foo", false},
reflex-0.3.0/match_test.go-68-	} {