Skip to content

Commit f83d6ec

Browse files
committed
git subrepo pull ext/test-more-bash
subrepo: subdir: "ext/test-more-bash" merged: "5c67646" upstream: origin: "git@github.com:ingydotnet/test-more-bash.git" branch: "master" commit: "5c67646" git-subrepo: version: "0.4.1" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "7ea6eb9"
1 parent 7ea6eb9 commit f83d6ec

File tree

22 files changed

+132
-61
lines changed

22 files changed

+132
-61
lines changed

ext/test-more-bash/.gitrepo

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[subrepo]
77
remote = git@github.com:ingydotnet/test-more-bash.git
88
branch = master
9-
commit = 24a6cceabff4d62a5fd25b8945bab6f618fb0b88
10-
parent = 69e22c2e7f6aeadfecb8b00d57c976958da03733
11-
cmdver = 0.3.0
9+
commit = 5c6764651bdad1379a08bfbdcec406cac5cc7dca
10+
parent = 7ea6eb9179e479ba4ddeb842ad6565164acb7043
11+
cmdver = 0.4.1
12+
method = merge

ext/test-more-bash/Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
version: 0.0.4
3+
date: Fri Sep 4 12:21:30 PDT 2020
4+
changes:
5+
- Make up to date
6+
- Apply a few PRs
7+
---
28
version: 0.0.3
39
date: Sat Jan 23 16:39:20 PST 2016
410
changes:

ext/test-more-bash/License

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright © 2013-2016. Ingy döt Net.
3+
Copyright © 2013-2020. Ingy döt Net.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the ‘Software’), to deal in

ext/test-more-bash/Meta

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
=meta: 0.0.2
22

33
name: test-more
4-
version: 0.0.3
4+
version: 0.0.4
55
abstract: TAP Testing for Bash
66
homepage: http://bpan.org/package/test-more/
77

88
license: MIT
9-
copyright: 2013-2016
9+
copyright: 2013-2020
1010
author:
1111
name: Ingy döt Net
1212
email: ingy@ingy.net
@@ -17,7 +17,7 @@ author:
1717

1818
requires:
1919
bash: 3.2.0
20-
bashplus: 0.0.7
20+
bashplus: 0.0.8
2121
test-tap: 0.0.4
2222
test:
2323
cmd: make test

ext/test-more-bash/ReadMe.pod

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=pod
22

33
=for comment
4-
DO NOT EDIT. This Pod was generated by Swim v0.1.41.
4+
DO NOT EDIT. This Pod was generated by Swim v0.1.48.
55
See http://github.com/ingydotnet/swim-pm#readme
66

77
=encoding utf8
@@ -54,6 +54,10 @@ Write a test file like this. Maybe call it C<test/test.t>:
5454

5555
note "A message for stdout"
5656

57+
output=( $(ls) )
58+
expected=(README lib bin)
59+
cmp-array output expected "list files"
60+
5761
Run the test with C<prove> like this:
5862

5963
prove test/test.t
@@ -98,17 +102,19 @@ This is the basic usage:
98102

99103
=item * C<BAIL_OUT "$reason">
100104

105+
=item * `cmp-array output expected "message"
106+
101107
=back
102108

103109
More detailed info coming soon.
104110

105111
=head1 Author
106112

107-
Ingy döt Net <ingy@bpan.org>
113+
Ingy döt Net <ingy@ingy.net>
108114

109115
=head1 Copyright & License
110116

111-
Copyright 2013-2016. Ingy döt Net.
117+
Copyright 2013-2020. Ingy döt Net.
112118

113119
The MIT License (MIT)
114120

ext/test-more-bash/doc/test-more.swim

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Write a test file like this. Maybe call it `test/test.t`:
4646

4747
note "A message for stdout"
4848

49+
output=( $(ls) )
50+
expected=(README lib bin)
51+
cmp-array output expected "list files"
52+
4953
Run the test with `prove` like this:
5054

5155
prove test/test.t
@@ -75,15 +79,16 @@ This is the basic usage:
7579
* `done_testing $count`
7680
* `plan skip_all "$reason"`
7781
* `BAIL_OUT "$reason"`
82+
* `cmp-array output expected "message"
7883

7984
More detailed info coming soon.
8085

8186
= Author
8287

83-
Ingy döt Net <ingy@bpan.org>
88+
Ingy döt Net <ingy@ingy.net>
8489

8590
= Copyright & License
8691

87-
Copyright 2013-2016. Ingy döt Net.
92+
Copyright 2013-2020. Ingy döt Net.
8893

8994
The MIT License (MIT)

ext/test-more-bash/ext/bashplus/.gitrepo

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[subrepo]
77
remote = git@github.com:ingydotnet/bashplus.git
88
branch = master
9-
commit = d9183af6f46946fabdef1dd8f37824c042a378f8
10-
parent = 05a1bddbe237bbf2c390048c80ca70d4f66c6a37
11-
cmdver = 0.3.0
9+
commit = ab418ed01941b5a6d97b20fa51497babafcb841f
10+
parent = 7868da5cb5e69493dc0dddc92fa48639211ae9fc
11+
cmdver = 0.4.1
12+
method = merge

ext/test-more-bash/ext/bashplus/Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
version: 0.0.8
3+
date: Fri Aug 21 08:00:45 PDT 2020
4+
changes:
5+
- Support paths with spaces @admorgan++
6+
---
27
version: 0.0.7
38
date: Sat Jan 23 16:28:59 PST 2016
49
changes:

ext/test-more-bash/ext/bashplus/License

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright © 2013-2016 Ingy döt Net
3+
Copyright © 2013-2020 Ingy döt Net
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the ‘Software’), to deal in

ext/test-more-bash/ext/bashplus/Meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
=meta: 0.0.2
22

33
name: bashplus
4-
version: 0.0.7
4+
version: 0.0.8
55
abstract: Modern Bash Programming
66
homepage: http://bpan.org/package/bashplus/
77

88
license: MIT
9-
copyright: 2013-2016
9+
copyright: 2013-2020
1010
author:
1111
name: Ingy döt Net
1212
email: ingy@ingy.net

0 commit comments

Comments
 (0)