add darge newline test

This commit is contained in:
Gavin Nishizawa 2022-12-05 11:10:45 -08:00
parent f929c82730
commit 21f531dff9
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -5,7 +5,12 @@ import (
)
func testRegression(t *testing.T) {
tcs := []testCase{}
tcs := []testCase{
{
name: "dagre_id_with_newline",
script: `ninety\nnine`,
},
}
runa(t, tcs)
}