We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b87596 commit 63b4cfaCopy full SHA for 63b4cfa
symbolic-sourcemapcache/tests/integration.rs
@@ -38,6 +38,9 @@ fn resolves_inlined_function() {
38
assert_eq!(sl.line(), 1);
39
assert_eq!(sl.column(), 8);
40
assert_eq!(sl.scope(), ScopeLookupResult::AnonymousScope);
41
+
42
+ // There are no mappings for line 1 in the sourcemap.
43
+ assert!(cache.lookup(SourcePosition::new(1, 17)).is_none());
44
}
45
46
#[test]
0 commit comments