|
51 | 51 | [33m[tester::#FZ7] [0m[92mTest passed.[0m
|
52 | 52 |
|
53 | 53 | [33m[tester::#AO7] [0m[94mRunning tests for Stage #AO7 (ao7)[0m
|
54 |
| -[33m[tester::#AO7] [0m[94m$ echo -n "appleblueberry" | ./your_grep.sh -E "blueberry$"[0m |
55 |
| -[33m[your_program] [0mappleblueberry |
| 54 | +[33m[tester::#AO7] [0m[94m$ echo -n "apple_blueberry" | ./your_grep.sh -E "blueberry$"[0m |
| 55 | +[33m[your_program] [0mapple_blueberry |
56 | 56 | [33m[tester::#AO7] [0m[92m✓ Received exit code 0.[0m
|
57 |
| -[33m[tester::#AO7] [0m[94m$ echo -n "blueberryapple" | ./your_grep.sh -E "blueberry$"[0m |
| 57 | +[33m[tester::#AO7] [0m[94m$ echo -n "blueberry_apple" | ./your_grep.sh -E "blueberry$"[0m |
58 | 58 | [33m[tester::#AO7] [0m[92m✓ Received exit code 1.[0m
|
59 | 59 | [33m[tester::#AO7] [0m[94m$ echo -n "strawberry" | ./your_grep.sh -E "^strawberry$"[0m
|
60 | 60 | [33m[your_program] [0mstrawberry
|
61 | 61 | [33m[tester::#AO7] [0m[92m✓ Received exit code 0.[0m
|
62 |
| -[33m[tester::#AO7] [0m[94m$ echo -n "blueberrystrawberryapple" | ./your_grep.sh -E "^strawberry$"[0m |
| 62 | +[33m[tester::#AO7] [0m[94m$ echo -n "blueberry_strawberry_apple" | ./your_grep.sh -E "^strawberry$"[0m |
63 | 63 | [33m[tester::#AO7] [0m[92m✓ Received exit code 1.[0m
|
64 | 64 | [33m[tester::#AO7] [0m[92mTest passed.[0m
|
65 | 65 |
|
66 | 66 | [33m[tester::#RR8] [0m[94mRunning tests for Stage #RR8 (rr8)[0m
|
67 |
| -[33m[tester::#RR8] [0m[94m$ echo -n "log" | ./your_grep.sh -E "^log"[0m |
68 |
| -[33m[your_program] [0mlog |
| 67 | +[33m[tester::#RR8] [0m[94m$ echo -n "blueberry_raspberry" | ./your_grep.sh -E "^blueberry"[0m |
| 68 | +[33m[your_program] [0mblueberry_raspberry |
69 | 69 | [33m[tester::#RR8] [0m[92m✓ Received exit code 0.[0m
|
70 |
| -[33m[tester::#RR8] [0m[94m$ echo -n "slog" | ./your_grep.sh -E "^log"[0m |
| 70 | +[33m[tester::#RR8] [0m[94m$ echo -n "raspberry_blueberry" | ./your_grep.sh -E "^blueberry"[0m |
71 | 71 | [33m[tester::#RR8] [0m[92m✓ Received exit code 1.[0m
|
72 | 72 | [33m[tester::#RR8] [0m[92mTest passed.[0m
|
73 | 73 |
|
|
107 | 107 | [33m[tester::#RK3] [0m[92mTest passed.[0m
|
108 | 108 |
|
109 | 109 | [33m[tester::#TL6] [0m[94mRunning tests for Stage #TL6 (tl6)[0m
|
110 |
| -[33m[tester::#TL6] [0m[94m$ echo -n "b" | ./your_grep.sh -E "[blueberry]"[0m |
111 |
| -[33m[your_program] [0mb |
| 110 | +[33m[tester::#TL6] [0m[94m$ echo -n "l" | ./your_grep.sh -E "[blueberry]"[0m |
| 111 | +[33m[your_program] [0ml |
112 | 112 | [33m[tester::#TL6] [0m[92m✓ Received exit code 0.[0m
|
113 |
| -[33m[tester::#TL6] [0m[94m$ echo -n "bac" | ./your_grep.sh -E "[blueberry]"[0m |
114 |
| -[33m[your_program] [0mbac |
| 113 | +[33m[tester::#TL6] [0m[94m$ echo -n "lac" | ./your_grep.sh -E "[blueberry]"[0m |
| 114 | +[33m[your_program] [0mlac |
115 | 115 | [33m[tester::#TL6] [0m[92m✓ Received exit code 0.[0m
|
116 |
| -[33m[tester::#TL6] [0m[94m$ echo -n "raspberry" | ./your_grep.sh -E "[cdfghijkl]"[0m |
| 116 | +[33m[tester::#TL6] [0m[94m$ echo -n "mango" | ./your_grep.sh -E "[bcdef]"[0m |
117 | 117 | [33m[tester::#TL6] [0m[92m✓ Received exit code 1.[0m
|
118 |
| -[33m[tester::#TL6] [0m[94m$ echo -n "[]" | ./your_grep.sh -E "[pineapple]"[0m |
| 118 | +[33m[tester::#TL6] [0m[94m$ echo -n "[]" | ./your_grep.sh -E "[banana]"[0m |
119 | 119 | [33m[tester::#TL6] [0m[92m✓ Received exit code 1.[0m
|
120 | 120 | [33m[tester::#TL6] [0m[92mTest passed.[0m
|
121 | 121 |
|
122 | 122 | [33m[tester::#MR9] [0m[94mRunning tests for Stage #MR9 (mr9)[0m
|
123 |
| -[33m[tester::#MR9] [0m[94m$ echo -n "apple" | ./your_grep.sh -E "\w"[0m |
124 |
| -[33m[your_program] [0mapple |
| 123 | +[33m[tester::#MR9] [0m[94m$ echo -n "raspberry" | ./your_grep.sh -E "\w"[0m |
| 124 | +[33m[your_program] [0mraspberry |
125 | 125 | [33m[tester::#MR9] [0m[92m✓ Received exit code 0.[0m
|
126 |
| -[33m[tester::#MR9] [0m[94m$ echo -n "ORANGE" | ./your_grep.sh -E "\w"[0m |
127 |
| -[33m[your_program] [0mORANGE |
| 126 | +[33m[tester::#MR9] [0m[94m$ echo -n "MANGO" | ./your_grep.sh -E "\w"[0m |
| 127 | +[33m[your_program] [0mMANGO |
128 | 128 | [33m[tester::#MR9] [0m[92m✓ Received exit code 0.[0m
|
129 |
| -[33m[tester::#MR9] [0m[94m$ echo -n "170" | ./your_grep.sh -E "\w"[0m |
130 |
| -[33m[your_program] [0m170 |
| 129 | +[33m[tester::#MR9] [0m[94m$ echo -n "300" | ./your_grep.sh -E "\w"[0m |
| 130 | +[33m[your_program] [0m300 |
131 | 131 | [33m[tester::#MR9] [0m[92m✓ Received exit code 0.[0m
|
132 |
| -[33m[tester::#MR9] [0m[94m$ echo -n "=%×_=×+" | ./your_grep.sh -E "\w"[0m |
133 |
| -[33m[your_program] [0m=%×_=×+ |
| 132 | +[33m[tester::#MR9] [0m[94m$ echo -n "-#%_%÷×" | ./your_grep.sh -E "\w"[0m |
| 133 | +[33m[your_program] [0m-#%_%÷× |
134 | 134 | [33m[tester::#MR9] [0m[92m✓ Received exit code 0.[0m
|
135 |
| -[33m[tester::#MR9] [0m[94m$ echo -n "÷-×=#+" | ./your_grep.sh -E "\w"[0m |
| 135 | +[33m[tester::#MR9] [0m[94m$ echo -n "+=#÷%-" | ./your_grep.sh -E "\w"[0m |
136 | 136 | [33m[tester::#MR9] [0m[92m✓ Received exit code 1.[0m
|
137 | 137 | [33m[tester::#MR9] [0m[92mTest passed.[0m
|
138 | 138 |
|
|
0 commit comments