Skip to content

Commit 7ef5405

Browse files
committed
Add test case for issue #39
1 parent 503e5aa commit 7ef5405

File tree

2 files changed

+732
-544
lines changed

2 files changed

+732
-544
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
*** ../bash-4.2-patched/lib/glob/gmisc.c 2011-02-05 16:11:17.000000000 -0500
2+
--- lib/glob/gmisc.c 2011-02-18 23:53:42.000000000 -0500
3+
***************
4+
*** 295,300 ****
5+
{
6+
pat++;
7+
if (*pat == ']') /* right bracket can appear as equivalence class */
8+
! pat++;
9+
in_equiv = 1;
10+
}
11+
--- 331,340 ----
12+
{
13+
pat++;
14+
+ bracklen++;
15+
if (*pat == ']') /* right bracket can appear as equivalence class */
16+
! {
17+
! pat++;
18+
! bracklen++;
19+
! }
20+
in_equiv = 1;

0 commit comments

Comments
 (0)