Skip to content

Commit a1c8e14

Browse files
authored
Merge pull request #23 from ProgVal/without-atoms
Remove incorrect empty nick/ident/hostname.
2 parents 9e47c86 + 2649037 commit a1c8e14

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/userhost-split.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,11 @@ tests:
3939
host: "localhost"
4040

4141
# without atoms
42-
- source: "[email protected]"
43-
atoms:
44-
user: "ag"
45-
host: "127.0.0.1"
46-
47-
- source: "[email protected]"
48-
atoms:
49-
nick: "coolguy"
50-
host: "127.0.0.1"
51-
5242
- source: "[email protected]"
5343
atoms:
5444
nick: "coolguy"
5545
host: "127.0.0.1"
5646

57-
- source: "coolguy!ag@"
58-
atoms:
59-
nick: "coolguy"
60-
user: "ag"
61-
6247
- source: "coolguy!ag"
6348
atoms:
6449
nick: "coolguy"

0 commit comments

Comments
 (0)