# Tests that empty lines and whitespace is preserved.
command
---
Command { name: "command", args: [], prefix: None, tags: {}, silent: false, fail: false, line_number: 9 }
# Comment.
# Another comment after a tab.
command arg
---
Command { name: "command", args: [Argument { key: None, value: "arg" }], prefix: None, tags: {}, silent: false, fail: false, line_number: 19 }