Commit 1e0e4f7
committed
Clear up ambiguous use of 'try block'
Way back in 2001 several tests were added to t/op/goto.t which
referred to a concept called a 'try block':
commit 9c5794f
Author: Robin Houston <[email protected]>
AuthorDate: Wed Mar 14 01:52:51 2001 +0000
Commit: Jarkko Hietaniemi <[email protected]>
CommitDate: Wed Mar 14 02:41:54 2001 +0000
...
diff --git a/t/op/goto.t b/t/op/goto.t
index 246184c..6f9e349 100755
--- a/t/op/goto.t
+++ b/t/op/goto.t
...
+# Does goto work correctly within a try block?
That language is still in use in two files -- but since we now have
a 'try' keyword and a feature 'try', such language is now ambiguous.
Here we change 'try block' to 'eval block' in those test descriptions
and comments where we're clearly speaking about 'eval BLOCK'.1 parent f04eb08 commit 1e0e4f7
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2388 | 2388 | | |
2389 | 2389 | | |
2390 | 2390 | | |
2391 | | - | |
| 2391 | + | |
2392 | 2392 | | |
2393 | 2393 | | |
2394 | 2394 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments