Skip to content

Commit adfcba7

Browse files
committed
tmp
1 parent b25d303 commit adfcba7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • crates/emmylua_code_analysis/src/config

crates/emmylua_code_analysis/src/config/mod.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,13 @@ fn replace_placeholders(input: &str, workspace_folder: &str) -> String {
203203
})
204204
.to_string()
205205
}
206+
207+
#[cfg(test)]
208+
mod test {
209+
use super::pre_process_path;
210+
211+
#[test]
212+
fn pre_proc_path() {
213+
panic!()
214+
}
215+
}

0 commit comments

Comments
 (0)