Permalink
Please sign in to comment.
Browse files
Use a new, stricter format for the spec tests (#156)
- Test metadata always begins with `##`, which makes it less likely for us to confuse them with real comments. - Test headers begin with `####` for aesthetics`. Fixes issue #143. Also: - Update alias spec test so it's less likely to conflict with commands in $PATH (address issue #22)
- Loading branch information...
Showing
with
2,775 additions
and 2,775 deletions.
- +15 −15 spec/alias.test.sh
- +34 −34 spec/append.test.sh
- +37 −37 spec/arith-context.test.sh
- +156 −156 spec/arith.test.sh
- +14 −14 spec/array-compat.test.sh
- +159 −159 spec/array.test.sh
- +53 −53 spec/assign.test.sh
- +13 −13 spec/assoc-zsh.test.sh
- +27 −27 spec/assoc.test.sh
- +39 −39 spec/background.test.sh
- +12 −12 spec/blog-other1.test.sh
- +30 −30 spec/blog1.test.sh
- +22 −22 spec/blog2.test.sh
- +116 −116 spec/brace-expansion.test.sh
- +4 −4 spec/bugs.test.sh
- +14 −14 spec/builtin-bash.test.sh
- +21 −21 spec/builtin-dirs.test.sh
- +13 −13 spec/builtin-eval-source.test.sh
- +34 −34 spec/builtin-getopts.test.sh
- +112 −112 spec/builtin-io.test.sh
- +65 −65 spec/builtin-test.test.sh
- +12 −12 spec/builtin-trap.test.sh
- +71 −71 spec/builtin-vars.test.sh
- +16 −16 spec/builtins-special.test.sh
- +75 −75 spec/builtins.test.sh
- +2 −2 spec/builtins2.test.sh
- +22 −22 spec/case_.test.sh
- +21 −21 spec/command-parsing.test.sh
- +32 −32 spec/command-sub.test.sh
- +1 −1 spec/command_.test.sh
- +4 −4 spec/comments.test.sh
- +96 −96 spec/dbracket.test.sh
- +13 −13 spec/dparen.test.sh
- +12 −12 spec/empty-bodies.test.sh
- +11 −11 spec/errexit-strict.test.sh
- +51 −51 spec/errexit.test.sh
- +4 −4 spec/explore-parsing.test.sh
- +58 −58 spec/extended-glob.test.sh
- +3 −3 spec/for-expr.test.sh
- +45 −45 spec/func-parsing.test.sh
- +17 −17 spec/func.test.sh
- +77 −77 spec/glob.test.sh
- +61 −61 spec/here-doc.test.sh
- +23 −23 spec/if_.test.sh
- +5 −5 spec/introspect.test.sh
- +9 −9 spec/let.test.sh
- +30 −30 spec/loop.test.sh
- +6 −6 spec/osh-only.test.sh
- +64 −64 spec/parse-errors.test.sh
- +55 −55 spec/pipeline.test.sh
- +32 −32 spec/posix.test.sh
- +3 −3 spec/process-sub.test.sh
- +72 −72 spec/quote.test.sh
- +99 −99 spec/redirect.test.sh
- +49 −49 spec/regex.test.sh
- +96 −96 spec/sh-options.test.sh
- +43 −43 spec/shell-grammar.test.sh
- +35 −35 spec/smoke.test.sh
- +34 −34 spec/special-vars.test.sh
- +7 −7 spec/strict-options.test.sh
- +3 −3 spec/subshell.test.sh
- +13 −13 spec/tilde.test.sh
- +8 −8 spec/type-compat.test.sh
- +14 −14 spec/var-num.test.sh
- +85 −85 spec/var-op-other.test.sh
- +37 −37 spec/var-op-strip.test.sh
- +32 −32 spec/var-op-test.test.sh
- +22 −22 spec/var-ref.test.sh
- +73 −73 spec/var-sub-quote.test.sh
- +25 −25 spec/var-sub.test.sh
- +20 −20 spec/word-eval.test.sh
- +50 −50 spec/word-split.test.sh
- +21 −21 spec/xtrace.test.sh
- +4 −4 test/sh_spec.py
- +12 −12 test/sh_spec_test.py
Oops, something went wrong.
0 comments on commit
46c3840