add darge newline test
This commit is contained in:
parent
f929c82730
commit
21f531dff9
1 changed files with 6 additions and 1 deletions
|
|
@ -5,7 +5,12 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func testRegression(t *testing.T) {
|
func testRegression(t *testing.T) {
|
||||||
tcs := []testCase{}
|
tcs := []testCase{
|
||||||
|
{
|
||||||
|
name: "dagre_id_with_newline",
|
||||||
|
script: `ninety\nnine`,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
runa(t, tcs)
|
runa(t, tcs)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue