Subtract tests (#6913)

* add subtract test and cleanup some other tests

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fmt

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-05-13 14:06:10 -07:00
committed by GitHub
parent 2d95e19048
commit cd79059d97
31 changed files with 8611 additions and 99 deletions

View File

@ -11,8 +11,7 @@ use tower_lsp::lsp_types::{
TextDocumentItem, WorkspaceFolder,
};
use crate::execution::typed_path::TypedPath;
use crate::fs::FileSystem;
use crate::{execution::typed_path::TypedPath, fs::FileSystem};
/// A trait for the backend of the language server.
#[async_trait::async_trait]