Skip to content

Commit a21d0d6

Browse files
authored
Merge pull request #21 from SadieCat/sadie
Update my name and the link to the ircparser repo.
2 parents 31f0f29 + fdc9980 commit a21d0d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Some tests originate from [Mozilla's test vectors](https://dxr.mozilla.org/comm-
4040

4141
Some tests originate from [grawity's test vectors](https://github.com/grawity/irc-parse-tests) which were WTFPL v2 licensed when they were retrieved.
4242

43-
Some tests originate from [SaberUK's test vectors](https://github.com/SaberUK/ircparser/tree/master/test) which they've indicated I'm free to include here.
43+
Some tests originate from [Sadie's test vectors](https://github.com/SadieCat/ircparser-ruby/tree/master/test) which she's indicated I'm free to include here.

tests/msg-join.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# https://github.com/grawity/code/tree/master/lib/tests
1616
# some of the tests here originate from Mozilla's test vectors, which is public domain
1717
# https://dxr.mozilla.org/comm-central/source/chat/protocols/irc/test/test_ircMessage.js
18-
# some of the tests here originate from SaberUK's test vectors, which he's indicated I am free to include here
19-
# https://github.com/SaberUK/ircparser/tree/master/test
18+
# some of the tests here originate from Sadie's test vectors, which she's indicated I am free to include here
19+
# https://github.com/SadieCat/ircparser-ruby/tree/master/test
2020

2121
tests:
2222
# the desc string holds a description of the test, if it exists

tests/msg-split.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# https://github.com/grawity/code/tree/master/lib/tests
1616
# some of the tests here originate from Mozilla's test vectors, which is public domain
1717
# https://dxr.mozilla.org/comm-central/source/chat/protocols/irc/test/test_ircMessage.js
18-
# some of the tests here originate from SaberUK's test vectors, which he's indicated I am free to include here
19-
# https://github.com/SaberUK/ircparser/tree/master/test
18+
# some of the tests here originate from Sadie's test vectors, which she's indicated I am free to include here
19+
# https://github.com/SadieCat/ircparser-ruby/tree/master/test
2020

2121
# we follow RFC1459 with regards to multiple ascii spaces splitting atoms:
2222
# The prefix, command, and all parameters are

0 commit comments

Comments
 (0)