mirror of https://github.com/kdl-org/kdl.git
Dang it, forgot to save README when fixing multiline earlier.
This commit is contained in:
parent
094a615f82
commit
c273d249b6
|
|
@ -22,7 +22,7 @@ package {
|
||||||
echo "foo"
|
echo "foo"
|
||||||
node -c "console.log('hello, world!');"
|
node -c "console.log('hello, world!');"
|
||||||
echo "foo" > some-file.txt
|
echo "foo" > some-file.txt
|
||||||
"#
|
"#
|
||||||
}
|
}
|
||||||
|
|
||||||
// `\` breaks up a single node across multiple lines.
|
// `\` breaks up a single node across multiple lines.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue