Skip to content

Commit

Permalink
doc/README: move.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Apr 24, 2024
1 parent 8bae16d commit d03d11e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ jobs:
- name: check README syntax
run: |
python3 -m pip install restructuredtext-lint pygments
rst-lint --level=info --encoding=UTF-8 README
rst-lint --level=info --encoding=UTF-8 doc/README
# vim:ts=2 sts=2 sw=2 et
1 change: 1 addition & 0 deletions README.rst
File renamed without changes.
2 changes: 1 addition & 1 deletion t/help.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e -u

echo 1..3
xout=$(
< "$dir/README" \
< "$dir/doc/README" \
grep '^ [$] ubanner --help$' -A999 |
tail -n +2 |
grep -B999 '^ [$]' |
Expand Down
2 changes: 1 addition & 1 deletion t/zsh.t
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ cmp_ok($n, '==', length($input), 'input');
($status, $output) = expect(qr/^--version /m);
xnote($output);
cmp_ok($status, 'eq', 'OK', 'found options');
open $fh, '<', "$basedir/README";
open $fh, '<', "$basedir/doc/README";
my $readme;
{
local $RS = undef;
Expand Down

0 comments on commit d03d11e

Please sign in to comment.