Skip to content

Commit

Permalink
Add back \t
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-viney committed Jun 11, 2024
1 parent 2b3319a commit 069a99b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/glint_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ pub fn main() {

pub fn path_clean_test() {
glint.new()
|> glint.add(["", " ", " cmd", "subcmd"], glint.command(fn(_, _, _) { Nil }))
|> glint.add(
["", " ", " cmd", "subcmd\t"],
glint.command(fn(_, _, _) { Nil }),
)
|> glint.execute(["cmd", "subcmd"])
|> should.be_ok()
}
Expand Down

0 comments on commit 069a99b

Please sign in to comment.