summary refs log tree commit diff stats
path: root/tests/js/t11697.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/js/t11697.nim')
-rw-r--r--tests/js/t11697.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/js/t11697.nim b/tests/js/t11697.nim
new file mode 100644
index 000000000..967752586
--- /dev/null
+++ b/tests/js/t11697.nim
@@ -0,0 +1,5 @@
+import tables
+
+var xs: Table[int, Table[int, int]]
+
+doAssertRaises(KeyError): reset xs[0]