Notes, make sure indent in recipes is ignored
This commit is contained in:
parent
320ddc6c8b
commit
7171ddbca2
2
notes
2
notes
@ -16,7 +16,7 @@ todo
|
|||||||
. make it clear it's beta, mention that, as a command runner
|
. make it clear it's beta, mention that, as a command runner
|
||||||
there is probably a higher than normal chance of disaster
|
there is probably a higher than normal chance of disaster
|
||||||
|
|
||||||
. installation instructions
|
. installation instructions with cargo or rustup
|
||||||
|
|
||||||
. vim and emacs syntax hilighting (use makefile syntax hilighting for now)
|
. vim and emacs syntax hilighting (use makefile syntax hilighting for now)
|
||||||
|
|
||||||
|
@ -717,9 +717,9 @@ fn run_shebang() {
|
|||||||
a:
|
a:
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
code=200
|
code=200
|
||||||
function x { return $code; }
|
function x { return $code; }
|
||||||
x
|
x
|
||||||
x
|
x
|
||||||
";
|
";
|
||||||
|
|
||||||
match parse_success(text).run(&Map::new(), &["a"], false, false).unwrap_err() {
|
match parse_success(text).run(&Map::new(), &["a"], false, false).unwrap_err() {
|
||||||
|
Loading…
Reference in New Issue
Block a user