Skip to content

Commit 7aad31d

Browse files
committed
Moving this guy out as well.
1 parent 24022eb commit 7aad31d

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

suites/try.extra.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
"# Not Proposed",
3+
{
4+
"description": "Try can work further up the AST with Exceptions; Grabbing other Context value",
5+
"rule": {
6+
"try": [{
7+
"if": [
8+
true,
9+
{ "map": [[1,2,3], {"/": [0, 0] }]},
10+
null
11+
]
12+
}, { "val": [[2], "fallback"] }]
13+
},
14+
"result": "Hello",
15+
"data": { "fallback": "Hello" }
16+
}
17+
]

suites/try.json

-15
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,5 @@
153153
},
154154
"error": { "type": "Some error" },
155155
"data": { "x": 1 }
156-
},
157-
"# Not Proposed",
158-
{
159-
"description": "Try can work further up the AST with Exceptions; Grabbing other Context value",
160-
"rule": {
161-
"try": [{
162-
"if": [
163-
true,
164-
{ "map": [[1,2,3], {"/": [0, 0] }]},
165-
null
166-
]
167-
}, { "val": [[2], "fallback"] }]
168-
},
169-
"result": "Hello",
170-
"data": { "fallback": "Hello" }
171156
}
172157
]

0 commit comments

Comments
 (0)