summaryrefslogtreecommitdiff
path: root/cli/tests/integration/info_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/info_tests.rs')
-rw-r--r--cli/tests/integration/info_tests.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/integration/info_tests.rs b/cli/tests/integration/info_tests.rs
index 190c0330c..3bba89cc0 100644
--- a/cli/tests/integration/info_tests.rs
+++ b/cli/tests/integration/info_tests.rs
@@ -111,3 +111,10 @@ itest!(_054_info_local_imports {
output: "054_info_local_imports.out",
exit_code: 0,
});
+
+// Tests for AssertionError where "data" is unexpectedly null when
+// a file contains only triple slash references (#11196)
+itest!(data_null_error {
+ args: "info info/data_null_error/mod.ts",
+ output: "info/data_null_error/data_null_error.out",
+});