summaryrefslogtreecommitdiffstats
path: root/Test/calc
diff options
context:
space:
mode:
authorIrssi Scripts Helper2015-01-26 21:41:31 +0000
committerIrssi Scripts Helper2015-01-26 21:41:31 +0000
commit26a165ab6d0dee6c799a69628b730e7e174161b3 (patch)
treef583b3fd567b77580c93eba3fa7b19a431dd35c4 /Test/calc
downloadscripts.irssi.org-26a165ab6d0dee6c799a69628b730e7e174161b3.tar.bz2
ci artefacts for 7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc
[skip ci]
Diffstat (limited to 'Test/calc')
-rw-r--r--Test/calc/info.yml11
-rw-r--r--Test/calc/irssi.log1
-rw-r--r--Test/calc/perlcritic.log2
3 files changed, 14 insertions, 0 deletions
diff --git a/Test/calc/info.yml b/Test/calc/info.yml
new file mode 100644
index 0000000..06e101a
--- /dev/null
+++ b/Test/calc/info.yml
@@ -0,0 +1,11 @@
+---
+-
+ authors: Juerd
+ changed: 'Thu Mar 19 11:00 CET 2002'
+ contact: juerd@juerd.nl
+ default_package: calc
+ description: 'Simple /calc mechanism'
+ license: 'Public Domain'
+ name: Calculator
+ url: http://juerd.nl/irssi/
+ version: 1.10
diff --git a/Test/calc/irssi.log b/Test/calc/irssi.log
new file mode 100644
index 0000000..979c7fc
--- /dev/null
+++ b/Test/calc/irssi.log
@@ -0,0 +1 @@
+* -!- Irssi: Loaded script calc
diff --git a/Test/calc/perlcritic.log b/Test/calc/perlcritic.log
new file mode 100644
index 0000000..7c4140f
--- /dev/null
+++ b/Test/calc/perlcritic.log
@@ -0,0 +1,2 @@
+Code before warnings are enabled at line 5, column 1. See page 431 of PBP. (Severity: 4)
+Expression form of "eval" at line 27, column 15. See page 161 of PBP. (Severity: 5)