From Fedora Project Wiki

Revision as of 16:39, 7 June 2021 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests whether you can search using ack. |setup= # Ensure the {{package|ack}} package is installed |actions= # Run <code>ack "search_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case tests whether you can search using ack.

Setup

  1. Ensure the Package-x-generic-16.pngack package is installed

How to test

  1. Run ack "search_string" to search for the "search_str" recursively in the current directory
  2. Run ack --type=python "search_string" to search for the "search_string" recursively in the current directory inside files with extension .py

Expected Results

  1. The search results should show up as expected