mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 15:28:53 +02:00
Add single tick string interpolation (#581)
* Add single tick string interpolation * give string interpolation its own highlighting
This commit is contained in:
@ -79,3 +79,8 @@ fn string_in_valuestream() -> TestResult {
|
||||
"true",
|
||||
)
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn single_tick_interpolation() -> TestResult {
|
||||
run_test(r#"$'(3 + 4)'"#, "7")
|
||||
}
|
||||
|
Reference in New Issue
Block a user