diff options
| author | Irssi Scripts Helper | 2016-06-18 16:01:20 +0000 | 
|---|---|---|
| committer | Irssi Scripts Helper | 2016-06-18 16:01:20 +0000 | 
| commit | 18df08b0fad63873977c091574fed612ff92656c (patch) | |
| tree | 4662b7074aa9440a0375cb1247112b459cbb7ecd | |
| parent | f3bb844704a1cda4cb559d6880248e9ead0bb609 (diff) | |
| download | scripts.irssi.org-18df08b0fad63873977c091574fed612ff92656c.tar.bz2 | |
ci artefacts for 644c8af06ac775cc5ccb464f94ae04f8a6fde137
[skip ci]
| -rw-r--r-- | README.markdown | 5 | ||||
| -rw-r--r-- | Test/buffer/info.yml | 12 | ||||
| -rw-r--r-- | Test/buffer/irssi.log | 1 | ||||
| -rw-r--r-- | Test/buffer/perlcritic.log | 3 | ||||
| -rw-r--r-- | changed-info | 1 | 
5 files changed, 20 insertions, 2 deletions
| diff --git a/README.markdown b/README.markdown index cab912a..22245e2 100644 --- a/README.markdown +++ b/README.markdown @@ -78,6 +78,7 @@ See [the testing read-me](../gh-pages/_testing/) for details.  [           bitlbee_typing_notice ](Test/bitlbee_typing_notice/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                         blowjob ](Test/blowjob/)|  ✔   |  ✔   |  ✔   | 22   |  ✔   | (c)  [                             bmi ](Test/bmi/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) +[                          buffer ](Test/buffer/)|  ✔   |  ✔   |  ✔   |  6   |  ✔     [                             buf ](Test/buf/)|  ✔   |  ✔   |  ✔   |  8   |  ✔   | (c)  [                            calc ](Test/calc/)|  ✔   |  ✔   |  ✔   |  7   |  ✔   | (c)  [                        callerid ](Test/callerid/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) @@ -436,7 +437,7 @@ See [the testing read-me](../gh-pages/_testing/) for details.  [                        thistory ](Test/thistory/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                           timer ](Test/timer/)|  ✔   |  ✔   |  ✔   |  0   |  ✔   | (c)  [                       timezones ](Test/timezones/)|  ✔   |  ✔   |  ✔   |  0   |  ✔   | (c) -[                         tinyurl ](Test/tinyurl/)|  ✔   |  ✔   |  ✔   |  3   |  ✔    +[                         tinyurl ](Test/tinyurl/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                           title ](Test/title/)|  ✔   |  ✔   |  ✔   |  6   |  ✔   | (c)  [                           tlock ](Test/tlock/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                       tmux_away ](Test/tmux_away/)|  ✔   |  ✔   |  ✔   |  6   |  ✔   | (c) @@ -505,4 +506,4 @@ See [the testing read-me](../gh-pages/_testing/) for details.  [                     xmpp-notify ](Test/xmpp-notify/)|  ✔   |  ✔   |  ✔   | 21   |  ✔   | (c)  [                             xqf ](Test/xqf/)|  ✔   |  ✔   |  ✔   |  6   |  ✔   | (c) -6bf7cb540a9b334ce37b1094dcd67612c0a91be4 | 633 +644c8af06ac775cc5ccb464f94ae04f8a6fde137 | 639 diff --git a/Test/buffer/info.yml b/Test/buffer/info.yml new file mode 100644 index 0000000..8c78f64 --- /dev/null +++ b/Test/buffer/info.yml @@ -0,0 +1,12 @@ +--- +- +  authors: 'Pablo Martín Báez Echevarría' +  changed: 'vie jun 17 15:04:25 UYT 2016' +  contact: pab_24n@outlook.com +  default_package: buffer +  description: 'pastes a buffer into a channel or query window line by line with a specific delay between lines' +  license: 'Public Domain' +  modified: '2016-06-17 15:30:56' +  name: buffer +  url: http://reirssi.wordpress.com +  version: '1.0' diff --git a/Test/buffer/irssi.log b/Test/buffer/irssi.log new file mode 100644 index 0000000..d444f3f --- /dev/null +++ b/Test/buffer/irssi.log @@ -0,0 +1 @@ +* -!- Irssi: Loaded script buffer diff --git a/Test/buffer/perlcritic.log b/Test/buffer/perlcritic.log new file mode 100644 index 0000000..0bf9484 --- /dev/null +++ b/Test/buffer/perlcritic.log @@ -0,0 +1,3 @@ +Return value of "close" ignored at line 221, column 3.  Check the return value of "close" for success.  (Severity: 2) +Return value of "close" ignored at line 257, column 3.  Check the return value of "close" for success.  (Severity: 2) +Don't modify $_ in list functions at line 265, column 17.  See page 114 of PBP.  (Severity: 5) diff --git a/changed-info b/changed-info index 71b3fa9..39d1af2 100644 --- a/changed-info +++ b/changed-info @@ -74,6 +74,7 @@ feb86b2610e30448ec119a44927cdcf20144d67f bitlbee_hide_password.pl  e1d1186083b6fcdc05ae44006ff3b603ce5444ca bitlbee_typing_notice.pl  072703cd1f47660a9cc42f822b97974e50e7395c blowjob.pl  a8a729deb76ca86b1bc5b08b6ae99b0d28bf8137 bmi.pl +ec4fca293efc96aa1abaacfe386805c2e22ebb43 buffer.pl  da50e8219260157095af99dab812ba977db35ae0 buf.pl  21aa7dec253febf26eaf54d681aff735c0384036 calc.pl  8931f6c4bdd3bcdb01680cb6ec7d045a7690b668 callerid.pl | 
