Help for this page

Select Code to Download


  1. or download this
    stderr_like { `bin/anki_import` } qr/usage: anki_import FILE/, 'dies w
    +ithout file';
    stderr_like { `bin/anki_import blasdfah` } qr/[FATAL].*does not exist/
    +, 'dies with bad file';
    lives_ok { `bin/anki_import t/data/source.anki` } 'can process good fi
    +le';
    
  2. or download this
    #   Failed test 'dies without file'
    #   at t/02-cli.t line 22.
    # STDERR:
    # 'bin' is not recognized as an internal or external command,
    # operable program or batch file.