mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 22:16:17 +02:00
Merged tests to produce a single binary (#12826)
This PR should close #7147 # Description Merged src/tests into /tests to produce a single binary.  # User-Facing Changes No user facing changes # Tests + Formatting Moved tests. Tollkit check pr pass. # After Submitting --------- Co-authored-by: Ian Manske <ian.manske@pm.me>
This commit is contained in:
committed by
GitHub
parent
c70c43aae9
commit
c4dca5fe03
10
tests/repl/test_ide.rs
Normal file
10
tests/repl/test_ide.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use crate::repl::tests::{test_ide_contains, TestResult};
|
||||
|
||||
#[test]
|
||||
fn parser_recovers() -> TestResult {
|
||||
test_ide_contains(
|
||||
"3 + \"bob\"\nlet x = \"fred\"\n",
|
||||
&["--ide-check 5"],
|
||||
"\"typename\":\"string\"",
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user