mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:35:59 +02:00
Move std-rfc
into Nushell (#15042)
Move `std-rfc` into Nushell. `use std-rfc/<submodule>` now works "out-of-the-box"
This commit is contained in:
@ -164,7 +164,7 @@ export def ($test_function_name) [] {
|
||||
open $test.file
|
||||
| lines
|
||||
| append ($test_function)
|
||||
| str join (char nl)
|
||||
| str join (char lsep)
|
||||
| save $rendered_module_path
|
||||
|
||||
let result = (
|
||||
|
Reference in New Issue
Block a user