summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWilliam Langford <wlangfor@gmail.com>2019-11-21 17:53:12 -0500
committerWilliam Langford <wlangfor@gmail.com>2019-11-21 17:53:12 -0500
commite74eab828e658de3eca089f82b84fb67ed4c3a75 (patch)
tree843f4e7a3467cde286af373d5c4ec2d74fbfcaa7 /tests
parentbda75c3142d969e2a52301a1eaead0cc05ec2c13 (diff)
Fix nesting try/catch inside internal errors
Diffstat (limited to 'tests')
-rw-r--r--tests/jq.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/jq.test b/tests/jq.test
index adc57889..1e0ce071 100644
--- a/tests/jq.test
+++ b/tests/jq.test
@@ -1712,3 +1712,7 @@ false
.x - 10
{"x":13911860366432393}
13911860366432382
+
+. |= try . catch .
+1
+1 \ No newline at end of file