about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_pgp.c
Commit message (Expand)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-16/+28
* Revert "Apply coding style"Michael Vetter2020-07-071-31/+19
* Apply coding styleMichael Vetter2020-07-071-19/+31
* Rename mucconf wins into conf winsPaul Fariello2018-09-051-2/+2
* Rename command sourcesJames Booth2016-05-221-1/+1
* Remove JABBER_STARTED, JABBER_UNDEFINED connection statesJames Booth2016-05-101-10/+0
* Add session.cJames Booth2016-05-051-2/+2
* Added include to fix testsJames Booth2016-04-261-0/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-2/+2
* Added C plugin code from plugins branchJames Booth2016-02-141-2/+2
* Fixed tests for new command formatJames Booth2015-07-271-20/+7
* Added initial /pgp start checksJames Booth2015-06-181-0/+86
* Added cmd_pgp testsJames Booth2015-06-181-0/+43
light .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
  run [
    result:boolean <- equal [abc], [abcd]  # lengths differ
  ]
  trace-should-contain [
    equal: comparing lengths
  ]
  trace-should-not-contain [
    equal: comparing characters
  ]