Commit Graph

9 Commits (ce25bf6afa680ab2d9eabccf5c50402c90efe264)

Author SHA1 Message Date
Jag Talon 13bc1e3d29 Bash: Add an introduction at the beginning. 2014-04-03 10:41:39 -04:00
Jag Talon 741fe67eac Bash: Stricter regexp for arguments.
Don't just use `/.+/` for accepting arguments. We need to prevent nested `[[]]`s and a few invalid forms.
2014-03-30 18:15:32 -04:00
Jag Talon a1e4d2a761 Bash: Encode the heading. 2014-03-27 12:32:58 -04:00
Jag Talon a350bc272c Bash: Update tests. 2014-03-26 22:47:26 -04:00
Eric Johnson 9c29b27338 Added tests for example queries which are not currently tested.
Conflicts:

	t/TimezoneConverter.t
2014-02-10 21:36:14 +00:00
Rob Emery bd7f5137eb BashPrimaryExpressions: Adding html output with <code> wrapping inputs and expressions 2013-12-20 20:00:40 +00:00
Rob Emery bd1f0a3dbc BashPrimaryExpressions.pm: Adding support for -nt, -ot, -ef 2013-12-16 23:09:07 +00:00
Rob Emery c685d7d5ff BashPrimaryExpressions: Adding support for comparison operators, (<> -lt etc) and not 2013-12-16 23:02:22 +00:00
Rob Emery 296318cf14 BashPrimaryExpressions.pm: New Goodie for help with bash primary expressions ([ -a hello ]) 2013-12-16 22:07:48 +00:00