aboutsummaryrefslogtreecommitdiff
path: root/challenge-024/paulo-custodio/t/test-2.yaml
blob: 7df1a09659161c251e49ba2d20d6869311315355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
- setup:    unlink('index.db3');1
  cleanup:
  args:     add 'The Cask of Amontillado.txt'
  input:
  output:   |
            Indexed The Cask of Amontillado
- setup:
  cleanup:
  args:     add 'The Fall of the House of Usher.txt'
  input:
  output:   |
            Indexed The Fall of the House of Usher
- setup:
  cleanup:
  args:     add 'The Masque of the Red Death.txt'
  input:
  output:   |
            Indexed The Masque of the Red Death
- setup:
  cleanup:
  args:     add 'The Raven.txt'
  input:
  output:   |
            Indexed The Raven
- setup:
  cleanup:
  args:     search death
  input:
  output:   |
            death  The Fall of the House of Usher
            death  The Masque of the Red Death
            death  The Raven
- setup:
  cleanup:
  args:     search mystery
  input:
  output:   |
            mystery  The Fall of the House of Usher
            mystery  The Raven
- setup:
  cleanup:
  args:     search revenge
  input:
  output:   |
            revenge  The Cask of Amontillado
- setup:
  cleanup:  unlink('index.db3');1
  args:     search imagination
  input:
  output:   |
            imagination  The Fall of the House of Usher
            imagination  The Raven