OSDN Git Service

Fix sed bug where any ] right after [ was skipped, not just first one in range.
authorRob Landley <rob@landley.net>
Thu, 5 Nov 2015 06:13:27 +0000 (00:13 -0600)
committerRob Landley <rob@landley.net>
Thu, 5 Nov 2015 06:13:27 +0000 (00:13 -0600)
commit769341fdd7497683136d1a9ae08f6009dbad6c8c
tree8ea1c3c90d0a7c5e6814588e9f807a88a4633524
parent547c9167565cf8a2bba8bd79850889101866814a
Fix sed bug where any ] right after [ was skipped, not just first one in range.
tests/sed.test
toys/posix/sed.c