Skip to content

protofarer/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • option -i to ignore case, supercedes envvar
  • settable IGNORE_CASE envvar value read in, 1 for on, 0 for off
  • tests for ignore_case option
    • test that sets IGNORE_CASE=1, no oarg then run() => insensitive search
    • test that sets IGNORE_CASE=0, no oarg then run() => sensitive search
    • test that sets IGNORE_CASE=1, -i then run() => insensitive search
    • test that sets IGNORE_CASE=0, -i then run() => insensitive search

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages