Skip to content

Commit

Permalink
dev: add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Mar 15, 2024
1 parent 4109073 commit 1d02d29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// path: base.typ
#import "@preview/example:0.1.0";
#(/* ident after */ example)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
source: crates/tinymist-query/src/goto_definition.rs
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/goto_definition/import_package_self.typ
---
[
{
"originSelectionRange": "1:20:1:27",
"targetRange": "0:8:0:32",
"targetSelectionRange": "0:8:0:32"
}
]

0 comments on commit 1d02d29

Please sign in to comment.